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 | 迸シ迚セ逑ク | 111001111001111010111100111001111000100110111110111001111001001110111000 | e79ebce789bee793b8 |
EUC-JP | 迸シ迚セ逑ク | 111011011111111010001110101111001110110111101001100011101011111011101101111100111000111010111000 | edfe8ebcede98ebeedf38eb8 |
UTF-8 | 迸シ迚セ逑ク | 111010001011111110111000111011111011110110111100111010001011111110011010111011111011110110111110111010011000000010010001111011111011110110111000 | e8bfb8efbdbce8bf9aefbdbee98091efbdb8 |
UHC | ????逑? | 00111111001111110011111100111111110011111100011100111111 | 3f3f3f3fcfc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)