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 | 鱆哈痣痾 | 1110100111100001100110011111101111100001011110111110000101111101 | e9e199fbe17be17d |
EUC-JP | 鱆哈痣痾 | 1111001011100011110100101111110111100001110111001110000111011110 | f2e3d2fde1dce1de |
UTF-8 | 鱆哈痣痾 | 111010011011000110000110111001011001001110001000111001111001011110100011111001111001011110111110 | e9b186e59388e797a3e797be |
UHC | ?哈?? | 0011111111111001111010110011111100111111 | 3ff9eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)