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 | 髏秘ーケ謌刺 | 11101001100100001001010011101001101100001011100111100110100010001000111001101000 | e99094e9b0b9e6888e68 |
EUC-JP | 髏秘ーケ謌刺 | 111100011111000011001000111010111000111010110000100011101011100111101011111010001011101111001001 | f1f0c8eb8eb08eb9ebe8bbc9 |
UTF-8 | 髏秘ーケ謌刺 | 111010011010101110001111111001111010011110011000111011111011110110110000111011111011110110111001111010001010110010001100111001011000100010111010 | e9ab8fe7a798efbdb0efbdb9e8ac8ce588ba |
UHC | ?秘???刺 | 0011111111011101111110100011111100111111001111111110110110101001 | 3fddfa3f3f3feda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)