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 | ?曠? | 00111111100111100100010000111111 | 3f9e443f |
EUC-JP | ?曠? | 00111111110110111010010100111111 | 3fdba53f |
UTF-8 | 렻曠렏 | 111010111010000010111011111001101001101110100000111010111010000010001111 | eba0bbe69ba0eba08f |
UHC | 렻曠렏 | 100011101100001111001110110001111000111010100101 | 8ec3cec78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)