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 | 禪宣禪 | 111000100101011110010000111010011110001001010111 | e25790e9e257 |
EUC-JP | 禪宣禪 | 111000111011100011000000111010111110001110111000 | e3b8c0ebe3b8 |
UTF-8 | 禪宣禪 | 111001111010011010101010111001011010111010100011111001111010011010101010 | e7a6aae5aea3e7a6aa |
UHC | 禪宣禪 | 111000001100100111100000101111101110000011001001 | e0c9e0bee0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)