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 | 獄?ォ^ | 100011011001011000111111100000110100100001011110 | 8d963f83485e |
EUC-JP | 獄?ォ^ | 101110011111011000111111101001011010100101011110 | b9f63fa5a95e |
UTF-8 | 獄뜹ォ^ | 11100111100011011000010011101011100111001011100111100011100000101010100101011110 | e78d84eb9cb9e382a95e |
UHC | 獄뜹ォ^ | 11101000101010111011011011100101101010111010100101011110 | e8abb6e5aba95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)