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 | 霎ッ貊泌恣 | 111010001011111010101111111001101011101110010100111001011001110010010011 | e8beafe6bb94e59c93 |
EUC-JP | 霎ッ貊泌恣 | 11110000110000001000111010101111111011001011110111001000111001111101011111110011 | f0c08eafecbdc8e7d7f3 |
UTF-8 | 霎ッ貊泌恣 | 111010011001110010001110111011111011110110101111111010001011001010001010111001101011001110001100111001101000000110100011 | e99c8eefbdafe8b28ae6b38ce681a3 |
UHC | ??貊泌恣 | 0011111100111111110110001110011111111001101100101110110110110000 | 3f3fd8e7f9b2edb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)