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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淼樊浙 | 111110110100010110011110111001101001111110110100 | fb459ee69fb4 |
EUC-JP | 淼樊浙 | 10001111110001111110011011011100111010001101111010110110 | 8fc7e6dce8deb6 |
UTF-8 | 淼樊浙 | 111001101011011110111100111001101010100010001010111001101011010110011001 | e6b7bce6a88ae6b599 |
UHC | ?樊浙 | 0011111111011011111000001110111110111010 | 3fdbe0efba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)