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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 高?侯 | 1000110110000010001111111000110011110010 | 8d823f8cf2 |
EUC-JP | 高?侯 | 1011100111100010001111111011100011110100 | b9e23fb8f4 |
UTF-8 | 高뤌侯 | 111010011010101110011000111010111010010010001100111001001011111010101111 | e9ab98eba48ce4beaf |
UHC | 高뤌侯 | 110011011101010010001111101111001111110110100101 | cdd48fbcfda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)