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?? | 001111110011111100111111010010110011111100111111 | 3f3f3f4b3f3f |
SJIS-WIN | 秀??K秀? | 1000111101000111001111110011111101001011100011110100011100111111 | 8f473f3f4b8f473f |
EUC-JP | 秀??K秀? | 1011110110101000001111110011111101001011101111011010100000111111 | bda83f3f4bbda83f |
UTF-8 | 秀딀댙K秀뚨 | 11100111101001111000000011101011100101001000000011101011100011001001100101001011111001111010011110000000111010111001101010101000 | e7a780eb9480eb8c994be7a780eb9aa8 |
UHC | 秀딀댙K秀뚨 | 1110001010110011100010101110011010001000101111010100101111100010101100111000110011100111 | e2b38ae688bd4be2b38ce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)