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 | 娃??泳?? | 1000100010100001001111110011111110001001011010100011111100111111 | 88a13f3f896a3f3f |
EUC-JP | 娃??泳?? | 1011000010100011001111110011111110110001110010110011111100111111 | b0a33f3fb1cb3f3f |
UTF-8 | 娃붹퀎泳쒑떨 | 111001011010100010000011111010111011011010111001111011011000000010001110111001101011001110110011111011001001001010010001111010111001011010101000 | e5a883ebb6b9ed808ee6b3b3ec9291eb96a8 |
UHC | 娃붹퀎泳쒑떨 | 111010001101111110010100111001101011001110000100111001111011011010011100111010001011011010110011 | e8df94e6b384e7b69ce8b6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)