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?? | 0011111100111111011010110011111100111111 | 3f3f6b3f3f |
SJIS-WIN | k | 111100101110001111110101101111010110101111110010111000111111010110111101 | f2e3f5bd6bf2e3f5bd |
EUC-JP | ??k?? | 0011111100111111011010110011111100111111 | 3f3f6b3f3f |
UTF-8 | k | 11101110100010001001101011101110100100001010100001101011111011101000100010011010111011101001000010101000 | ee889aee90a86bee889aee90a8 |
UHC | ??k?? | 0011111100111111011010110011111100111111 | 3f3f6b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)