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 | 朎゙ | 1111001110110011111110101101111111011110 | f3b3fadfde |
EUC-JP | ?朎゙ | 001111111000111111000010111100001000111011011110 | 3f8fc2f08ede |
UTF-8 | 朎゙ | 111011101000101010100110111001101001110010001110111011111011111010011110 | ee8aa6e69c8eefbe9e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)