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 | 張?爾?? | 10010010101000110011111110001110101000100011111100111111 | 92a33f8ea23f3f |
EUC-JP | 張?爾?? | 11000100101001010011111110111100101001000011111100111111 | c4a53fbca43f3f |
UTF-8 | 張렜爾잴렖 | 111001011011110010110101111010111010000010011100111001111000100010111110111011001001111010110100111010111010000010010110 | e5bcb5eba09ce788beec9eb4eba096 |
UHC | 張렜爾잴렖 | 11101101111001011000111010101110111011001011001111000000111010101000111010101011 | ede58eaeecb3c0ea8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)