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 | 霆滔遠縺 | 1110100010111011100111111110101110001001100100111110001110000001 | e8bb9feb8993e381 |
EUC-JP | 霆滔遠縺 | 1111000010111101110111101110110110110001111100111110010111100001 | f0bddeedb1f3e5e1 |
UTF-8 | 霆滔遠縺 | 111010011001110010000110111001101011101110010100111010011000000110100000111001111011100010111010 | e99c86e6bb94e981a0e7b8ba |
UHC | 霆滔遠? | 11101111111111011101010010100101111010101100000000111111 | effdd4a5eac03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)