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 | 癬?塑? | 111000011001110100111111100100010101100100111111 | e19d3f91593f |
EUC-JP | 癬?塑? | 111000011111110100111111110000011011101000111111 | e1fd3fc1ba3f |
UTF-8 | 癬뼂塑捻 | 111001111001100110101100111010111011110010000010111001011010000110010001111011111010011010100100 | e799acebbc82e5a191efa6a4 |
UHC | 癬뼂塑捻 | 1110000011001000100101101000110011100001101100011110011011110111 | e0c8968ce1b1e6f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)