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 | 隘?隘? | 111010001010010100111111111010001010010100111111 | e8a53fe8a53f |
EUC-JP | 隘?隘? | 111100001010011100111111111100001010011100111111 | f0a73ff0a73f |
UTF-8 | 隘봜隘봝 | 111010011001101010011000111010111011010010011100111010011001101010011000111010111011010010011101 | e99a98ebb49ce99a98ebb49d |
UHC | 隘봜隘봝 | 1110010011110110100101000101100111100100111101101001010001011010 | e4f69459e4f6945a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)