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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 異??? | 1000100011011001001111110011111100111111 | 88d93f3f3f |
EUC-JP | 異??? | 1011000011011011001111110011111100111111 | b0db3f3f3f |
UTF-8 | 異렔吏흑 | 111001111001010110110000111010111010000010010100111011111010011110011110111011011001110110010001 | e795b0eba094efa79eed9d91 |
UHC | 異렔吏흑 | 1110110010110110100011101010100111101100101001111100100011100110 | ecb68ea9eca7c8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)