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 | 蘂??誼?? | 1110010101000001001111110011111110001011011000100011111100111111 | e5413f3f8b623f3f |
EUC-JP | 蘂??誼?? | 1110100110100010001111110011111110110101110000110011111100111111 | e9a23f3fb5c33f3f |
UTF-8 | 蘂띠꼶誼꿱몛 | 111010001001100010000010111010111001110110100000111010101011110010110110111010001010101010111100111010101011111110110001111010111010101010011011 | e89882eb9da0eabcb6e8aabceabfb1ebaa9b |
UHC | 蘂띠꼶誼꿱몛 | 111001111101111010110110111011001000010010001110111010111111111010110010111010001001000110001001 | e7deb6ec848eebfeb2e89189 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)