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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蘊ゅ?^ | 111001010101110110000010111000110011111101011110 | e55d82e33f5e |
EUC-JP | 蘊ゅ?^ | 111010011011111010100100111001010011111101011110 | e9bea4e53f5e |
UTF-8 | 蘊ゅ폀^ | 11101000100110001000101011100011100000101000010111101101100011111000000001011110 | e8988ae38285ed8f805e |
UHC | 蘊ゅ폀^ | 11101000101100111010101011100101101111001000111101011110 | e8b3aae5bc8f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)