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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雜咎寉譽イ | 111010001011011010011001111010011001101110000101111001101010001110110010 | e8b699e99b85e6a3b2 |
EUC-JP | 雜咎寉譽イ | 11110000101110001101001011101011110101011110010111101100101001011000111010110010 | f0b8d2ebd5e5eca58eb2 |
UTF-8 | 雜咎寉譽イ | 111010011001101110011100111001011001001010001110111001011010111110001001111010001010110110111101111011111011110110110010 | e99b9ce5928ee5af89e8adbdefbdb2 |
UHC | 雜咎?譽? | 1110110111011010110011111010010000111111111001111110001000111111 | eddacfa43fe7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)