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 | 循i? | 1000111101111010100000101000100100111111 | 8f7a82893f |
EUC-JP | 循i? | 1011110111011011101000111110100100111111 | bddba3e93f |
UTF-8 | 循i낡 | 111001011011111010101010111011111011110110001001111010111000001010100001 | e5beaaefbd89eb82a1 |
UHC | 循i낡 | 111000101110000010100011111010011011001110110000 | e2e0a3e9b3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)