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 | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
SJIS-WIN | セマ蒔湿七ZB | 10111110110011111000111010101010100011101011110010001110101101010101101001000010 | becf8eaa8ebc8eb55a42 |
EUC-JP | セマ蒔湿七ZB | 100011101011111010001110110011111011110010101100101111001011111010111100101101110101101001000010 | 8ebe8ecfbcacbcbebcb75a42 |
UTF-8 | セマ蒔湿七ZB | 1110111110111101101111101110111110111110100011111110100010010010100101001110011010111001101111111110010010111000100000110101101001000010 | efbdbeefbe8fe89294e6b9bfe4b8835a42 |
UHC | ??蒔?七ZB | 001111110011111111100011110010000011111111110110110100100101101001000010 | 3f3fe3c83ff6d25a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)