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 | ?勢?悳ィ | 0011111110010000101010000011111110011100011110111000001101000010 | 3f90a83f9c7b8342 |
EUC-JP | ?勢?悳ィ | 0011111111000000101010100011111111010111110111001010010110100011 | 3fc0aa3fd7dca5a3 |
UTF-8 | 룶勢룵悳ィ | 111010111010001110110110111001011000101110100010111010111010001110110101111001101000001010110011111000111000001010100011 | eba3b6e58ba2eba3b5e682b3e382a3 |
UHC | 룶勢룵悳ィ | 10001111101010111110000110100111100011111010101011010011111011011010101110100011 | 8fabe1a78faad3edaba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)