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 | ??c?? | 0011111100111111011000110011111100111111 | 3f3f633f3f |
SJIS-WIN | 蚓?c弔? | 11100101011011010011111101100011100100101010001000111111 | e56d3f6392a23f |
EUC-JP | 蚓?c弔? | 11101001110011100011111101100011110001001010010000111111 | e9ce3f63c4a43f |
UTF-8 | 蚓렚c弔렟 | 11101000100110101001001111101011101000001001101001100011111001011011110010010100111010111010000010011111 | e89a93eba09a63e5bc94eba09f |
UHC | 蚓렚c弔렟 | 111011001110001010001110101011010110001111110000110000001000111010110000 | ece28ead63f0c08eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)