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 | 迚倡投 | 111001111000100110011000111001111001001110001010 | e78998e7938a |
EUC-JP | 迚倡投 | 111011011110100111010000111010011100010111101010 | ede9d0e9c5ea |
UTF-8 | 迚倡投 | 111010001011111110011010111001011000000010100001111001101000101010010101 | e8bf9ae580a1e68a95 |
UHC | ?倡投 | 0011111111110011110110111111011111100001 | 3ff3dbf7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)