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 | 讓コ蟷セ辜 | 1110011010101000101110101110010110111001101111101110011110000011 | e6a8bae5b9bee783 |
EUC-JP | 讓コ蟷セ辜 | 11101100101010101000111010111010111010101011101110001110101111101110110111100011 | ecaa8ebaeabb8ebeede3 |
UTF-8 | 讓コ蟷セ辜 | 111010001010111010010011111011111011110110111010111010001001111110110111111011111011110110111110111010001011111010011100 | e8ae93efbdbae89fb7efbdbee8be9c |
UHC | 讓???辜 | 11100101110100110011111100111111001111111100110111010000 | e5d33f3f3fcdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)