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 | 腸?? | 10010010101100000011111100111111 | 92b03f3f |
EUC-JP | 腸?? | 11000100101100100011111100111111 | c4b23f3f |
UTF-8 | 腸흔렠 | 111010001000010110111000111011011001110110010100111010111010000010100000 | e885b8ed9d94eba0a0 |
UHC | 腸흔렠 | 111011011111001111001000111001111000111010110001 | edf3c8e78eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)