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? | 00111111001111110100101100111111 | 3f3f4b3f |
SJIS-WIN | ??K適 | 0011111100111111010010111001001101001011 | 3f3f4b934b |
EUC-JP | 佾?K適 | 10001111101100001111101100111111010010111100010110101100 | 8fb0fb3f4bc5ac |
UTF-8 | 佾렣K適 | 11100100101111011011111011101011101000001010001101001011111010011000000110101001 | e4bdbeeba0a34be981a9 |
UHC | 佾렣K適 | 11101100111010111000111010110100010010111110111011101010 | eceb8eb44beeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)