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 | 午??液?? | 1000110011011111001111110011111110001001011101000011111100111111 | 8cdf3f3f89743f3f |
EUC-JP | 午??液?? | 1011100011100001001111110011111110110001110101010011111100111111 | b8e13f3fb1d53f3f |
UTF-8 | 午닷꺽液ㅷ떫 | 111001011000110110001000111010111000101110110111111010101011101010111101111001101011011010110010111000111000010110110111111010111001011010101011 | e58d88eb8bb7eababde6b6b2e385b7eb96ab |
UHC | 午닷꺽液ㅷ떫 | 111001111110110110110100111001011011001010101001111001001111101110100100111001111011011010110101 | e7edb4e5b2a9e4fba4e7b6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)