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 | 予??肛 | 100101110101110000111111001111111110001111101000 | 975c3f3fe3e8 |
EUC-JP | 予??肛 | 110011011011110100111111001111111110011011101010 | cdbd3f3fe6ea |
UTF-8 | 予쀫쉥肛 | 111001001011101010001000111011001000000010101011111011001000100110100101111010001000001010011011 | e4ba88ec80abec89a5e8829b |
UHC | 予쀫쉥肛 | 1110010111111000100101111110101110111101101010111111100111111101 | e5f897ebbdabf9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)