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 | 伊鞨? | 1000100011001001111010001110000000111111 | 88c9e8e03f |
EUC-JP | 伊鞨? | 1011000011001011111100001110001000111111 | b0cbf0e23f |
UTF-8 | 伊鞨섈 | 111001001011110010001010111010011001111010101000111011001000010010001000 | e4bc8ae99ea8ec8488 |
UHC | 伊鞨섈 | 111011001010010111001010111010101011110010101010 | eca5caeabcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)