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 | ??存?? | 001111110011111110010001101101100011111100111111 | 3f3f91b63f3f |
EUC-JP | ??存?? | 001111110011111111000010101110000011111100111111 | 3f3fc2b83f3f |
UTF-8 | 렳렒存렡玧 | 111010111010000010110011111010111010000010010010111001011010110110011000111010111010000010100001111001111000111010100111 | eba0b3eba092e5ad98eba0a1e78ea7 |
UHC | 렳렒存렡玧 | 10001110110000001000111010100111111100001110110110001110101100101110101111001001 | 8ec08ea7f0ed8eb2ebc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)