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 | 籥凪或] | 11100010110111101001001111100010100010001011110101011101 | e2de93e288bd5d |
EUC-JP | 籥凪或] | 11100100111000001100011011100100101100001011111101011101 | e4e0c6e4b0bf5d |
UTF-8 | 籥凪或] | 11100111101100011010010111100101100001111010101011100110100010001001011001011101 | e7b1a5e587aae688965d |
UHC | ??或] | 0011111100111111111110111110010001011101 | 3f3ffbe45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)