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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 癬??^ | 1110000110011101001111110011111101011110 | e19d3f3f5e |
EUC-JP | 癬??^ | 1110000111111101001111110011111101011110 | e1fd3f3f5e |
UTF-8 | 癬섑葉^ | 11100111100110011010110011101100100001001001000111101111101001011010111001011110 | e799acec8491efa5ae5e |
UHC | 癬섑葉^ | 11100000110010001001100011101101111000001111000101011110 | e0c898ede0f15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)