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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佚耕?壹?? | 100110001100001110001101011010110011111110011010111000110011111100111111 | 98c38d6b3f9ae33f3f |
EUC-JP | 佚耕?壹?? | 110100001100010110111001110011000011111111010100111001010011111100111111 | d0c5b9cc3fd4e53f3f |
UTF-8 | 佚耕볶壹닻놔 | 111001001011110110011010111010001000000010010101111010111011001110110110111001011010001110111001111010111000101110111011111010111000011010010100 | e4bd9ae88095ebb3b6e5a3b9eb8bbbeb8694 |
UHC | 佚耕볶壹닻놔 | 111011001110101011001100111010011011101010111010111011001110110010110100111010011011001111110110 | eceacce9babaececb4e9b3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)