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 | ?鞨移? | 001111111110100011100000100010001101101000111111 | 3fe8e088da3f |
EUC-JP | 瀷鞨移瀷 | 10001111110010011011010011110000111000101011000011011100100011111100100110110100 | 8fc9b4f0e2b0dc8fc9b4 |
UTF-8 | 瀷鞨移瀷 | 111001111000000010110111111010011001111010101000111001111010011110111011111001111000000010110111 | e780b7e99ea8e7a7bbe780b7 |
UHC | 瀷鞨移瀷 | 1110110011001011110010101110101011101100101110011110110011001011 | eccbcaeaecb9eccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)