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 | 淼樊浙跂 | 1111101101000101100111101110011010011111101101001110011011100011 | fb459ee69fb4e6e3 |
EUC-JP | 淼樊浙跂 | 100011111100011111100110110111001110100011011110101101101110110011100101 | 8fc7e6dce8deb6ece5 |
UTF-8 | 淼樊浙跂 | 111001101011011110111100111001101010100010001010111001101011010110011001111010001011011110000010 | e6b7bce6a88ae6b599e8b782 |
UHC | ?樊浙? | 001111111101101111100000111011111011101000111111 | 3fdbe0efba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)