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 | 迚セ辷サ逋ク | 111001111000100110111110111001111000100010111011111001111001100110111000 | e789bee788bbe799b8 |
EUC-JP | 迚セ辷サ逋ク | 111011011110100110001110101111101110110111101000100011101011101111101101111110011000111010111000 | ede98ebeede88ebbedf98eb8 |
UTF-8 | 迚セ辷サ逋ク | 111010001011111110011010111011111011110110111110111010001011111010110111111011111011110110111011111010011000000010001011111011111011110110111000 | e8bf9aefbdbee8beb7efbdbbe9808befbdb8 |
UHC | ????逋? | 00111111001111110011111100111111111110001110011100111111 | 3f3f3f3ff8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)