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 | 伊臀∧妖? | 100010001100100111100100010111001000000111001000100101110110010000111111 | 88c9e45c81c897643f |
EUC-JP | 伊臀∧妖? | 101100001100101111100111101111011010001011001010110011011100010100111111 | b0cbe7bda2cacdc53f |
UTF-8 | 伊臀∧妖쾌 | 111001001011110010001010111010001000011110000000111000101000100010100111111001011010011010010110111011001011111010001100 | e4bc8ae88780e288a7e5a696ecbe8c |
UHC | 伊臀∧妖쾌 | 11101100101001011101010011101011101000011111110011101000111011011100010011101000 | eca5d4eba1fce8edc4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)