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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羃肴繰蔔 | 1110001110110000100011011110011010001100010010101110010011110111 | e3b08de68c4ae4f7 |
EUC-JP | 羃肴繰蔔 | 1110011010110010101110101110100010110111101010111110100011111001 | e6b2bae8b7abe8f9 |
UTF-8 | 羃肴繰蔔 | 111001111011111010000011111010001000001010110100111001111011100110110000111010001001010010010100 | e7be83e882b4e7b9b0e89494 |
UHC | ?肴繰蔔 | 00111111111111011010001011110000110110111101110011011011 | 3ffda2f0dbdcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)