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 | 苜∽▼ | 111001001001110010000001111001001000000110100101 | e49c81e481a5 |
EUC-JP | 苜∽▼ | 111001111111110010100010111001101010001010100111 | e7fca2e6a2a7 |
UTF-8 | 苜∽▼ | 111010001000101110011100111000101000100010111101111000101001011010111100 | e88b9ce288bde296bc |
UHC | ?∽▼ | 0011111110100001111011111010000111100101 | 3fa1efa1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)