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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陂喇陂 | 111010001001100010011010011010001110100010011000 | e8989a68e898 |
EUC-JP | 陂喇陂 | 111011111111100011010011110010011110111111111000 | eff8d3c9eff8 |
UTF-8 | 陂喇陂 | 111010011001100110000010111001011001011010000111111010011001100110000010 | e99982e59687e99982 |
UHC | 陂喇陂 | 111110011010111011010100111110101111100110101110 | f9aed4faf9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)