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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セュ式爾 | 101111101010110110001110101011101000111010100010 | bead8eae8ea2 |
EUC-JP | セュ式爾 | 1000111010111110100011101010110110111100101100001011110010100100 | 8ebe8eadbcb0bca4 |
UTF-8 | セュ式爾 | 111011111011110110111110111011111011110110101101111001011011110010001111111001111000100010111110 | efbdbeefbdade5bc8fe788be |
UHC | ??式爾 | 001111110011111111100011110100101110110010110011 | 3f3fe3d2ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)