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 | 晶脯醪 | 1000111110111011111101001010010011100011111110111110011111010000 | 8fbbf4a4e3fbe7d0 |
EUC-JP | 晶?脯醪 | 10111110101111010011111111100110111111011110111011010010 | bebd3fe6fdeed2 |
UTF-8 | 晶脯醪 | 111001101001100110110110111011101000110110010011111010001000010010101111111010011000011010101010 | e699b6ee8d93e884afe986aa |
UHC | 晶?脯? | 111011111101110000111111111110001110000100111111 | efdc3ff8e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)