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 | 驍雁嚀] | 11101001100000101000101011100101100110101000011001011101 | e9828ae59a865d |
EUC-JP | 驍雁嚀] | 11110001111000101011010011100111110100111110011001011101 | f1e2b4e7d3e65d |
UTF-8 | 驍雁嚀] | 11101001101010011000110111101001100110111000000111100101100110101000000001011101 | e9a98de99b81e59a805d |
UHC | 驍雁?] | 111111011010010011100100110100100011111101011101 | fda4e4d23f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)