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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霎ッ貊泌擠螂 | 1110100010111110101011111110011010111011100101001110010110011101101010011110010110100101 | e8beafe6bb94e59da9e5a5 |
EUC-JP | 霎ッ貊泌擠螂 | 111100001100000010001110101011111110110010111101110010001110011111011010101010111110101010100111 | f0c08eafecbdc8e7daabeaa7 |
UTF-8 | 霎ッ貊泌擠螂 | 111010011001110010001110111011111011110110101111111010001011001010001010111001101011001110001100111001101001001110100000111010001001111010000010 | e99c8eefbdafe8b28ae6b38ce693a0e89e82 |
UHC | ??貊泌?螂 | 001111110011111111011000111001111111100110110010001111111101010111001100 | 3f3fd8e7f9b23fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)