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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 渧疾湜悉B | 111110110100100010001110101111101111101101000111100011101011101101000010 | fb488ebefb478ebb42 |
EUC-JP | 渧疾湜悉B | 1000111111000111111010111011110011000000100011111100011111111100101111001011110101000010 | 8fc7ebbcc08fc7fcbcbd42 |
UTF-8 | 渧疾湜悉B | 11100110101110001010011111100111100101101011111011100110101110011001110011100110100000101000100101000010 | e6b8a7e796bee6b99ce6828942 |
UHC | ?疾湜悉B | 0011111111110010111100001110001111010111111000111111101001000010 | 3ff2f0e3d7e3fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)