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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | 癲?±肄 | 11100001100111110011111110000001011111011110001111100101 | e19f3f817de3e5 |
EUC-JP | 癲?±肄 | 11100010101000010011111110100001110111101110011011100111 | e2a13fa1dee6e7 |
UTF-8 | 癲룹±肄 | 1110011110011001101100101110101110100011101110011100001010110001111010001000001010000100 | e799b2eba3b9c2b1e88284 |
UHC | 癲룹±肄 | 1110111110100110101101111110110010100001101111101110110010111101 | efa6b7eca1beecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)