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? | 00111111001111110110001100111111 | 3f3f633f |
SJIS-WIN | 蚓?c弔 | 111001010110110100111111011000111001001010100010 | e56d3f6392a2 |
EUC-JP | 蚓?c弔 | 111010011100111000111111011000111100010010100100 | e9ce3f63c4a4 |
UTF-8 | 蚓렚c弔 | 11101000100110101001001111101011101000001001101001100011111001011011110010010100 | e89a93eba09a63e5bc94 |
UHC | 蚓렚c弔 | 11101100111000101000111010101101011000111111000011000000 | ece28ead63f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)