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 | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 蓼シ」蹂シォK | 111001001111100010111100101000111110011011111000101111001010101101001011 | e4f8bca3e6f8bcab4b |
EUC-JP | 蓼シ」蹂シォK | 11101000111110101000111010111100100011101010001111101100111110101000111010111100100011101010101101001011 | e8fa8ebc8ea3ecfa8ebc8eab4b |
UTF-8 | 蓼シ」蹂シォK | 11101000100100111011110011101111101111011011110011101111101111011010001111101000101110011000001011101111101111011011110011101111101111011010101101001011 | e893bcefbdbcefbda3e8b982efbdbcefbdab4b |
UHC | 蓼??蹂??K | 110101101111111000111111001111111110101110110011001111110011111101001011 | d6fe3f3febb33f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)