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 | 予??濡? | 10010111010111000011111100111111100101000100011100111111 | 975c3f3f94473f |
EUC-JP | 予??濡? | 11001101101111010011111100111111110001111010100000111111 | cdbd3f3fc7a83f |
UTF-8 | 予쀨줇濡됰 | 111001001011101010001000111011001000000010101000111011001010010010000111111001101011111110100001111010111001000010110000 | e4ba88ec80a8eca487e6bfa1eb90b0 |
UHC | 予쀨줇濡됰 | 11100101111110001001011111101000101000011001101111101011101000011000100111101011 | e5f897e8a19beba189eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)