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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 将筍E | 10001111101010111110001010100001111100001111101101000101 | 8fabe2a1f0fb45 |
EUC-JP | 将筍?E | 101111101010110111100100101000110011111101000101 | beade4a33f45 |
UTF-8 | 将筍E | 11100101101100001000011011100111101011011000110111101110100000101011101001000101 | e5b086e7ad8dee82ba45 |
UHC | ?筍?E | 0011111111100010111011000011111101000101 | 3fe2ec3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)