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 | 要???繹 | 10010111011101100011111100111111001111111110001110001000 | 97763f3f3fe388 |
EUC-JP | 要???繹 | 11001101110101110011111100111111001111111110010111101000 | cdd73f3f3fe5e8 |
UTF-8 | 要쏅끂짢繹 | 111010001010011010000001111011001000111110000101111010111000000110000010111011001010011110100010111001111011100110111001 | e8a681ec8f85eb8182eca7a2e7b9b9 |
UHC | 要쏅끂짢繹 | 11101001101010011001101111101011100001011011100011000010101010001110011010111010 | e9a99beb85b8c2a8e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)