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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予??濡?? | 1001011101011100001111110011111110010100010001110011111100111111 | 975c3f3f94473f3f |
EUC-JP | 予??濡?? | 1100110110111101001111110011111111000111101010000011111100111111 | cdbd3f3fc7a83f3f |
UTF-8 | 予쀨줇濡됰줃 | 111001001011101010001000111011001000000010101000111011001010010010000111111001101011111110100001111010111001000010110000111011001010010010000011 | e4ba88ec80a8eca487e6bfa1eb90b0eca483 |
UHC | 予쀨줇濡됰줃 | 111001011111100010010111111010001010000110011011111010111010000110001001111010111010000110011010 | e5f897e8a19beba189eba19a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)