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 | 伊豆?寃? | 1000100011001001100100111010010000111111100110111000001100111111 | 88c993a43f9b833f |
EUC-JP | 伊豆?寃? | 1011000011001011110001101010011000111111110101011110001100111111 | b0cbc6a63fd5e33f |
UTF-8 | 伊豆번寃냥 | 111001001011110010001010111010001011000110000110111010111011001010001000111001011010111110000011111010111000001110100101 | e4bc8ae8b186ebb288e5af83eb83a5 |
UHC | 伊豆번寃냥 | 11101100101001011101010011100111101110011111100011101010101100101011001111001001 | eca5d4e7b9f8eab2b3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)