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??u | 001111110011111101101011001111110011111101110101 | 3f3f6b3f3f75 |
SJIS-WIN | 嶸ッk嶸ーu | 1111101010110100101011110110101111111010101101001011000001110101 | fab4af6bfab4b075 |
EUC-JP | 嶸ッk嶸ーu | 100011111011101111110100100011101010111101101011100011111011101111110100100011101011000001110101 | 8fbbf48eaf6b8fbbf48eb075 |
UTF-8 | 嶸ッk嶸ーu | 1110010110110110101110001110111110111101101011110110101111100101101101101011100011101111101111011011000001110101 | e5b6b8efbdaf6be5b6b8efbdb075 |
UHC | 嶸?k嶸?u | 1110011110101110001111110110101111100111101011100011111101110101 | e7ae3f6be7ae3f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)