To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 與?ぐ | 1110010001101111001111111000001010101110 | e46f3f82ae |
EUC-JP | 與?ぐ | 1110011111010000001111111010010010110000 | e7d03fa4b0 |
UTF-8 | 與썼ぐ | 111010001000100010000111111011001000110110111100111000111000000110010000 | e88887ec8dbce38190 |
UHC | 與썼ぐ | 111001101010100010111101111010001010101010110000 | e6a8bde8aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)