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 | 崧械 | 111001011011010010100111111001101010001010110000 | e5b4a7e6a2b0 |
SJIS-WIN | ?´§?¢° | 00111111100000010100110010000001100110000011111110000001100100011000000110001011 | 3f814c81983f8191818b |
EUC-JP | 崧械 | 1000111110101011101010011010000110101101101000011111100010001111101010011100000110100001111100011010000111101011 | 8faba9a1ada1f88fa9c1a1f1a1eb |
UTF-8 | 崧械 | 110000111010010111000010101101001100001010100111110000111010011011000010101000101100001010110000 | c3a5c2b4c2a7c3a6c2a2c2b0 |
UHC | ?´§æ?° | 00111111101000101010010110100001110101111010100110100001001111111010000111000110 | 3fa2a5a1d7a9a13fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)