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 | ??u??k | 001111110011111101110101001111110011111101101011 | 3f3f753f3f6b |
SJIS-WIN | 嶸ーu嶸アk | 1111101010110100101100000111010111111010101101001011000101101011 | fab4b075fab4b16b |
EUC-JP | 嶸ーu嶸アk | 100011111011101111110100100011101011000001110101100011111011101111110100100011101011000101101011 | 8fbbf48eb0758fbbf48eb16b |
UTF-8 | 嶸ーu嶸アk | 1110010110110110101110001110111110111101101100000111010111100101101101101011100011101111101111011011000101101011 | e5b6b8efbdb075e5b6b8efbdb16b |
UHC | 嶸?u嶸?k | 1110011110101110001111110111010111100111101011100011111101101011 | e7ae3f75e7ae3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)