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 | 睇朎゙ | 1110000111000111111110101101111111011110 | e1c7fadfde |
EUC-JP | 睇朎゙ | 11100010110010011000111111000010111100001000111011011110 | e2c98fc2f08ede |
UTF-8 | 睇朎゙ | 111001111001110110000111111001101001110010001110111011111011111010011110 | e79d87e69c8eefbe9e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)