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 | 娃??壹?┏ | 100010001010000100111111001111111001101011100011001111111000010010101100 | 88a13f3f9ae33f84ac |
EUC-JP | 娃??壹?┏ | 101100001010001100111111001111111101010011100101001111111010100010101110 | b0a33f3fd4e53fa8ae |
UTF-8 | 娃숈뮀壹득┏ | 111001011010100010000011111011001000100010001000111010111010111010000000111001011010001110111001111010111001001110011101111000101001010010001111 | e5a883ec8888ebae80e5a3b9eb939de2948f |
UHC | 娃숈뮀壹득┏ | 111010001101111110011001111011001001001010001111111011001110110010110101111001101010011010101110 | e8df99ec928fececb5e6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)