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 | 倒?◆? | 100100110111110000111111100000011001111100111111 | 937c3f819f3f |
EUC-JP | 倒?◆? | 110001011101110100111111101000101010000100111111 | c5dd3fa2a13f |
UTF-8 | 倒㏃◆폐 | 111001011000000010010010111000111000111110000011111000101001011110000110111011011000111110010000 | e58092e38f83e29786ed8f90 |
UHC | 倒㏃◆폐 | 1101001111101110101001111110110010100001110111111100011011110011 | d3eea7eca1dfc6f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)