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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲????? | 11100001100111110011111100111111001111110011111100111111 | e19f3f3f3f3f3f |
EUC-JP | 癲?ʼn??? | 111000101010000100111111100011111010100111001010001111110011111100111111 | e2a13f8fa9ca3f3f3f |
UTF-8 | 癲뚮ʼn栒롥쭥 | 1110011110011001101100101110101110011010101011101100010110001001111001101010000010010010111010111010000110100101111011001010110110100101 | e799b2eb9aaec589e6a092eba1a5ecada5 |
UHC | 癲뚮ʼn栒롥쭥 | 111011111010011010001100111010111010100110110000111000101110001110001110111001011010011110011001 | efa68ceba9b0e2e38ee5a799 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)