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 | ??_??z | 001111110011111101011111001111110011111101111010 | 3f3f5f3f3f7a |
SJIS-WIN | 嶸ウ_嶸ーz | 1111101010110100101100110101111111111010101101001011000001111010 | fab4b35ffab4b07a |
EUC-JP | 嶸ウ_嶸ーz | 100011111011101111110100100011101011001101011111100011111011101111110100100011101011000001111010 | 8fbbf48eb35f8fbbf48eb07a |
UTF-8 | 嶸ウ_嶸ーz | 1110010110110110101110001110111110111101101100110101111111100101101101101011100011101111101111011011000001111010 | e5b6b8efbdb35fe5b6b8efbdb07a |
UHC | 嶸?_嶸?z | 1110011110101110001111110101111111100111101011100011111101111010 | e7ae3f5fe7ae3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)