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 | 吟?衆 | 1000101111100001001111111000111101001111 | 8be13f8f4f |
EUC-JP | 吟?衆 | 1011011011100011001111111011110110110000 | b6e33fbdb0 |
UTF-8 | 吟렔衆 | 111001011001000010011111111010111010000010010100111010001010000110000110 | e5909feba094e8a186 |
UHC | 吟렔衆 | 111010111110000110001110101010011111000111101011 | ebe18ea9f1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)