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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉚千事蒹 | 1110011111110100100100001110011110001110100101101110010011100011 | e7f490e78e96e4e3 |
EUC-JP | 鉚千事蒹 | 1110111011110110110000001110100110111011111101101110100011100101 | eef6c0e9bbf6e8e5 |
UTF-8 | 鉚千事蒹 | 111010011000100110011010111001011000110110000011111001001011101010001011111010001001001010111001 | e9899ae58d83e4ba8be892b9 |
UHC | ?千事? | 001111111111010010110110110111101100000000111111 | 3ff4b6dec03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)