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 | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | 秀??K順 | 10001111010001110011111100111111010010111000111110000111 | 8f473f3f4b8f87 |
EUC-JP | 秀??K順 | 10111101101010000011111100111111010010111011110111100111 | bda83f3f4bbde7 |
UTF-8 | 秀뚥렞K順 | 11100111101001111000000011101011100110101010010111101011101000001001111001001011111010011010000010000110 | e7a780eb9aa5eba09e4be9a086 |
UHC | 秀뚥렞K順 | 111000101011001110001100111001001000111010101111010010111110001011110111 | e2b38ce48eaf4be2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)