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 | 獄??掖?? | 1000110110010110001111110011111110011101011101000011111100111111 | 8d963f3f9d743f3f |
EUC-JP | 獄??掖?? | 1011100111110110001111110011111111011001110101010011111100111111 | b9f63f3fd9d53f3f |
UTF-8 | 獄몃젺掖곕젧 | 111001111000110110000100111010111010101010000011111011001010000010111010111001101000111010010110111010101011001110010101111011001010000010100111 | e78d84ebaa83eca0bae68e96eab395eca0a7 |
UHC | 獄몃젺掖곕젧 | 111010001010101110111000111010111010000010101101111001001111101010110000111010111010000010011111 | e8abb8eba0ade4fab0eba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)