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 | ????S | 0011111100111111001111110011111101010011 | 3f3f3f3f53 |
SJIS-WIN | ??ヤ?S | 001111110011111110000011100001000011111101010011 | 3f3f83843f53 |
EUC-JP | ??ヤ?S | 001111110011111110100101111001000011111101010011 | 3f3fa5e43f53 |
UTF-8 | 룶쾹ヤ∼S | 11101011101000111011011011101100101111101011100111100011100000111010010011100010100010001011110001010011 | eba3b6ecbeb9e383a4e288bc53 |
UHC | 룶쾹ヤ∼S | 100011111010101110110010100011111010101111100100101000011010110101010011 | 8fabb28fabe4a1ad53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)