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 | 瘟??餓?? | 1110000110001001001111110011111110001001111011000011111100111111 | e1893f3f89ec3f3f |
EUC-JP | 瘟??餓?? | 1110000111101001001111110011111110110010111011100011111100111111 | e1e93f3fb2ee3f3f |
UTF-8 | 瘟룬걶餓뽬갬 | 111001111001100010011111111010111010001110101100111010101011000110110110111010011010010010010011111010111011110110101100111010101011000010101100 | e7989feba3aceab1b6e9a493ebbdaceab0ac |
UHC | 瘟룬걶餓뽬갬 | 111010001011000010110111111010011000000110011100111001001011101110010110111010001011000010110111 | e8b0b7e9819ce4bb96e8b0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)