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 | ?曜僥? | 001111111001011101101010100110010100011000111111 | 3f976a99463f |
EUC-JP | ?曜僥? | 001111111100110111001011110100011010011100111111 | 3fcdcbd1a73f |
UTF-8 | 琡曜僥琡 | 111001111001000010100001111001101001101110011100111001011000001110100101111001111001000010100001 | e790a1e69b9ce583a5e790a1 |
UHC | 琡曜僥琡 | 1110001011011010111010001111100011101000111010011110001011011010 | e2dae8f8e8e9e2da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)