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 | 湲??兢? | 10011111110100010011111100111111100110010101110100111111 | 9fd13f3f995d3f |
EUC-JP | 湲??兢? | 11011110110100110011111100111111110100011011111000111111 | ded33f3fd1be3f |
UTF-8 | 湲렪李兢렧 | 111001101011100110110010111010111010000010101010111011111010011110100001111001011000010110100010111010111010000010100111 | e6b9b2eba0aaefa7a1e585a2eba0a7 |
UHC | 湲렪李兢렧 | 11101010101110001000111010111000111011001011000011010000111001111000111010110110 | eab88eb8ecb0d0e78eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)