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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 轤珠潤塚曖 | 11100111100000101000111011101100100011111000000111111010100111001001111001000010 | e7828eec8f81fa9c9e42 |
EUC-JP | 轤珠潤?曖 | 111011011110001010111100111011101011110111100001001111111101101110100011 | ede2bceebde13fdba3 |
UTF-8 | 轤珠潤塚曖 | 111010001011110110100100111001111000111110100000111001101011110110100100111011111010100010010000111001101001101110010110 | e8bda4e78fa0e6bda4efa890e69b96 |
UHC | ?珠潤?曖 | 0011111111110001110000011110101111001000001111111110010011110010 | 3ff1c1ebc83fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)