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 | 隲「邁ソ謔 | 1110100010101011101000101110011110110000101111111110011010000010 | e8aba2e7b0bfe682 |
EUC-JP | 隲「邁ソ謔 | 11110000101011011000111010100010111011101011001010001110101111111110101111100010 | f0ad8ea2eeb28ebfebe2 |
UTF-8 | 隲「邁ソ謔 | 111010011001101010110010111011111011110110100010111010011000001010000001111011111011110110111111111010001010110010010100 | e99ab2efbda2e98281efbdbfe8ac94 |
UHC | ??邁?謔 | 00111111001111111101100011100100001111111111100111001100 | 3f3fd8e43ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)