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 | ?盒氓 | 0011111111100001101101001001111110000010 | 3fe1b49f82 |
EUC-JP | ?盒氓 | 0011111111100010101101101101110111100010 | 3fe2b6dde2 |
UTF-8 | 뤿盒氓 | 111010111010010010111111111001111001101110010010111001101011000010010011 | eba4bfe79b92e6b093 |
UHC | 뤿盒氓 | 100011111110101111111001111011001101100011101100 | 8febf9ecd8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)