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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 獄??獄??^ | 100011011001011000111111001111111000110110010110001111110011111101011110 | 8d963f3f8d963f3f5e |
EUC-JP | 獄?˘獄??^ | 1011100111110110001111111000111110100010101011111011100111110110001111110011111101011110 | b9f63f8fa2afb9f63f3f5e |
UTF-8 | 獄띷˘獄띷궒^ | 111001111000110110000100111010111001110110110111110010111001100011100111100011011000010011101011100111011011011111101010101101101001001001011110 | e78d84eb9db7cb98e78d84eb9db7eab6925e |
UHC | 獄띷˘獄띷궒^ | 11101000101010111000110111100110101000101010100011101000101010111000110111100110100000101010011101011110 | e8ab8de6a2a8e8ab8de682a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)