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 | 張?爾?加 | 1001001010100011001111111000111010100010001111111000100111000001 | 92a33f8ea23f89c1 |
EUC-JP | 張?爾?加 | 1100010010100101001111111011110010100100001111111011001011000011 | c4a53fbca43fb2c3 |
UTF-8 | 張렜爾잴加 | 111001011011110010110101111010111010000010011100111001111000100010111110111011001001111010110100111001011000101010100000 | e5bcb5eba09ce788beec9eb4e58aa0 |
UHC | 張렜爾잴加 | 11101101111001011000111010101110111011001011001111000000111010101100101010100101 | ede58eaeecb3c0eacaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)