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 | 宸蓚? | 1001101110000010111001001110100100111111 | 9b82e4e93f |
EUC-JP | 宸蓚渲 | 11010101111000101110100011101011100011111100011111101100 | d5e2e8eb8fc7ec |
UTF-8 | 宸蓚渲 | 111001011010111010111000111010001001001110011010111001101011100010110010 | e5aeb8e8939ae6b8b2 |
UHC | 宸蓚渲 | 111000111110010011100010101111101110000011000010 | e3e4e2bee0c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)