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 | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
SJIS-WIN | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
EUC-JP | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
UTF-8 | 롚롁O롘렪렶렏 | 11101011101000011001101011101011101000011000000101001111111010111010000110011000111010111010000010101010111010111010000010110110111010111010000010001111 | eba19aeba1814feba198eba0aaeba0b6eba08f |
UHC | 롚롁O롘렪렶렏 | 10001110110111101000111011001000010011111000111011011100100011101011100010001110110000011000111010100101 | 8ede8ec84f8edc8eb88ec18ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)