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 | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
SJIS-WIN | 嶸棒嶸弥亶K | 1111101010110100100101100101111111111010101101001001011011101101100110001011011101001011 | fab4965ffab496ed98b74b |
EUC-JP | 嶸棒嶸弥亶K | 10001111101110111111010011001011110000001000111110111011111101001100110011101111110100001011100101001011 | 8fbbf4cbc08fbbf4ccefd0b94b |
UTF-8 | 嶸棒嶸弥亶K | 11100101101101101011100011100110101000111001001011100101101101101011100011100101101111001010010111100100101110101011011001001011 | e5b6b8e6a392e5b6b8e5bca5e4bab64b |
UHC | 嶸棒嶸?亶K | 11100111101011101101110011101010111001111010111000111111110100111010001001001011 | e7aedceae7ae3fd3a24b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)