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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??援ο? | 111000011001111100111111001111111000100110000111100000111100110100111111 | e19f3f3f898783cd3f |
EUC-JP | 癲??援ο? | 111000101010000100111111001111111011000111100111101001101100111100111111 | e2a13f3fb1e7a6cf3f |
UTF-8 | 癲ㅺ퓭援ο㎕ | 1110011110011001101100101110001110000101101110101110110110010011101011011110011010001111101101001100111010111111111000111000111010010101 | e799b2e385baed93ade68fb4cebfe38e95 |
UHC | 癲ㅺ퓭援ο㎕ | 111011111010011010100100111010101011111110010100111010101011010110100101111011111010011110100001 | efa6a4eabf94eab5a5efa7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)