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 | 瓦る?慂?? | 100010101010001010000010111010010011111110011100110010000011111100111111 | 8aa282e93f9cc83f3f |
EUC-JP | 瓦る?慂?? | 101101001010010010100100111010110011111111011000110010100011111100111111 | b4a4a4eb3fd8ca3f3f |
UTF-8 | 瓦る젷慂롫졁 | 111001111001001110100110111000111000001010001011111011001010000010110111111001101000010110000010111010111010000110101011111011001010000110000001 | e793a6e3828beca0b7e68582eba1abeca181 |
UHC | 瓦る젷慂롫졁 | 111010001011111110101010111010111010000010101011111010011011110110001110111010111010000010110010 | e8bfaaeba0abe9bd8eeba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)