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 | 佚耕?壹? | 1001100011000011100011010110101100111111100110101110001100111111 | 98c38d6b3f9ae33f |
EUC-JP | 佚耕?壹? | 1101000011000101101110011100110000111111110101001110010100111111 | d0c5b9cc3fd4e53f |
UTF-8 | 佚耕볶壹닻 | 111001001011110110011010111010001000000010010101111010111011001110110110111001011010001110111001111010111000101110111011 | e4bd9ae88095ebb3b6e5a3b9eb8bbb |
UHC | 佚耕볶壹닻 | 11101100111010101100110011101001101110101011101011101100111011001011010011101001 | eceacce9babaececb4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)