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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎ッ貊泌擠 | 111010001011111010101111111001101011101110010100111001011001110110101001 | e8beafe6bb94e59da9 |
EUC-JP | 霎ッ貊泌擠 | 11110000110000001000111010101111111011001011110111001000111001111101101010101011 | f0c08eafecbdc8e7daab |
UTF-8 | 霎ッ貊泌擠 | 111010011001110010001110111011111011110110101111111010001011001010001010111001101011001110001100111001101001001110100000 | e99c8eefbdafe8b28ae6b38ce693a0 |
UHC | ??貊泌? | 00111111001111111101100011100111111110011011001000111111 | 3f3fd8e7f9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)