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 | 怏??鹽?? | 1001110010001001001111110011111111101010011001000011111100111111 | 9c893f3fea643f3f |
EUC-JP | 怏??鹽?? | 1101011111101001001111110011111111110011110001010011111100111111 | d7e93f3ff3c53f3f |
UTF-8 | 怏얠떜鹽뽯슢 | 111001101000000010001111111011001001011010100000111010111001011010011100111010011011100110111101111010111011110110101111111011001000101010100010 | e6808fec96a0eb969ce9b9bdebbdafec8aa2 |
UHC | 怏얠떜鹽뽯슢 | 111001001110100010111110111011001000101110110010111001111010010010010110111010111001101010101110 | e4e8beec8bb2e7a496eb9aae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)