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 | 處?蔚兪彧? | 10011001011111000011111110001001010101011001100101100000111110101011100100111111 | 997c3f89559960fab93f |
EUC-JP | 處?蔚兪彧? | 1101000111011101001111111011000110110110110100011100000110001111101111001111111000111111 | d1dd3fb1b6d1c18fbcfe3f |
UTF-8 | 處렧蔚兪彧렫 | 111010001001100110010101111010111010000010100111111010001001010010011010111001011000010110101010111001011011110110100111111010111010000010101011 | e89995eba0a7e8949ae585aae5bda7eba0ab |
UHC | 處렧蔚兪彧렫 | 111101001010010110001110101101101110101010100101111010101110010011101001111011101000111010111001 | f4a58eb6eaa5eae4e9ee8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)