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 | 泳g?液?? | 100010010110101010000010100001110011111110001001011101000011111100111111 | 896a82873f89743f3f |
EUC-JP | 泳g?液?? | 101100011100101110100011111001110011111110110001110101010011111100111111 | b1cba3e73fb1d53f3f |
UTF-8 | 泳g킎液ㅷ늉 | 111001101011001110110011111011111011110110000111111011011000001010001110111001101011011010110010111000111000010110110111111010111000101010001001 | e6b3b3efbd87ed828ee6b6b2e385b7eb8a89 |
UHC | 泳g킎液ㅷ늉 | 111001111011011010100011111001111011010010011010111001001111101110100100111001111011010010111111 | e7b6a3e7b49ae4fba4e7b4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)