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 | 霆滔遠籬 | 1110100010111011100111111110101110001001100100111110001011011111 | e8bb9feb8993e2df |
EUC-JP | 霆滔遠籬 | 1111000010111101110111101110110110110001111100111110010011100001 | f0bddeedb1f3e4e1 |
UTF-8 | 霆滔遠籬 | 111010011001110010000110111001101011101110010100111010011000000110100000111001111011000110101100 | e99c86e6bb94e981a0e7b1ac |
UHC | 霆滔遠籬 | 1110111111111101110101001010010111101010110000001101011111100110 | effdd4a5eac0d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)