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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 押②?移 | 10001001100111111000011101000001001111111000100011011010 | 899f87413f88da |
EUC-JP | 押??移 | 101100101010000100111111001111111011000011011100 | b2a13f3fb0dc |
UTF-8 | 押②궚移 | 111001101000101010111100111000101001000110100001111010101011011010011010111001111010011110111011 | e68abce291a1eab69ae7a7bb |
UHC | 押②궚移 | 1110010011100011101010001110100010000010101011111110110010111001 | e4e3a8e882afecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)