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 | 鄭?袁?肄? | 100100110100000100111111111001011100110100111111111000111110010100111111 | 93413fe5cd3fe3e53f |
EUC-JP | 鄭?袁?肄? | 110001011010001000111111111010101100111100111111111001101110011100111111 | c5a23feacf3fe6e73f |
UTF-8 | 鄭렫袁렞肄렡 | 111010011000010010101101111010111010000010101011111010001010001010000001111010111010000010011110111010001000001010000100111010111010000010100001 | e984adeba0abe8a281eba09ee88284eba0a1 |
UHC | 鄭렫袁렞肄렡 | 111011111111011110001110101110011110101010111110100011101010111111101100101111011000111010110010 | eff78eb9eabe8eafecbd8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)