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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 苒??^ | 1110010010010010001111110011111101011110 | e4923f3f5e |
EUC-JP | 苒??^ | 1110011111110010001111110011111101011110 | e7f23f3f5e |
UTF-8 | 苒뚨젋^ | 11101000100010111001001011101011100110101010100011101100101000001000101101011110 | e88b92eb9aa8eca08b5e |
UHC | 苒뚨젋^ | 11100110111111101000110011100111101000001000110001011110 | e6fe8ce7a08c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)