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 | 〓?戍杷ギ | 100000011010110000111111100111001111100110010100011001101000001101001101 | 81ac3f9cf99466834d |
EUC-JP | 〓?戍杷ギ | 101000101010111000111111110110001111101111000111110001111010010110101110 | a2ae3fd8fbc7c7a5ae |
UTF-8 | 〓룵戍杷ギ | 111000111000000010010011111010111010001110110101111001101000100010001101111001101001110110110111111000111000001010101110 | e38093eba3b5e6888de69db7e382ae |
UHC | 〓룵戍杷ギ | 10100001111010111000111110101010111000101010000111110111111011011010101110101110 | a1eb8faae2a1f7edabae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)