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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???意? | 001111110011111100111111100010001101001100111111 | 3f3f3f88d33f |
EUC-JP | ???意? | 001111110011111100111111101100001101010100111111 | 3f3f3fb0d53f |
UTF-8 | 歷띠꼯意럅 | 111011111010011010001100111010111001110110100000111010101011110010101111111001101000010010001111111010111001111110000101 | efa68ceb9da0eabcafe6848feb9f85 |
UHC | 歷띠꼯意럅 | 11100110101110001011011011101100100001001000101011101011111100101000111001100100 | e6b8b6ec848aebf28e64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)