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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 垣矜舞 | 100010100101111111100001111000001001010110010001 | 8a5fe1e09591 |
EUC-JP | 垣矜舞 | 101100111100000011100010111000101100100111110001 | b3c0e2e2c9f1 |
UTF-8 | 垣矜舞 | 111001011001111010100011111001111001111110011100111010001000100010011110 | e59ea3e79f9ce8889e |
UHC | 垣矜舞 | 111010101010111111010000111010001101100111110001 | eaafd0e8d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)