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 | 鞨菩桾奣 | 1110100011100000100101011110110010011110100101011111101010100011 | e8e095ec9e95faa3 |
EUC-JP | 鞨菩桾奣 | 111100001110001011001010111011101101101111110101100011111011100011111100 | f0e2caeedbf58fb8fc |
UTF-8 | 鞨菩桾奣 | 111010011001111010101000111010001000111110101001111001101010000110111110111001011010010110100011 | e99ea8e88fa9e6a1bee5a5a3 |
UHC | 鞨菩?? | 110010101110101011011100110011000011111100111111 | caeadccc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)