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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 癬?屋] | 111000011001110100111111100010011010111001011101 | e19d3f89ae5d |
EUC-JP | 癬?屋] | 111000011111110100111111101100101011000001011101 | e1fd3fb2b05d |
UTF-8 | 癬섑屋] | 11100111100110011010110011101100100001001001000111100101101100011000101101011101 | e799acec8491e5b18b5d |
UHC | 癬섑屋] | 11100000110010001001100011101101111010001010100101011101 | e0c898ede8a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)