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 | ??G??q | 001111110011111101000111001111110011111101110001 | 3f3f473f3f71 |
SJIS-WIN | テェGテ。q | 110000111010101001000111110000111010000101110001 | c3aa47c3a171 |
EUC-JP | テェGテ。q | 10001110110000111000111010101010010001111000111011000011100011101010000101110001 | 8ec38eaa478ec38ea171 |
UTF-8 | テェGテ。q | 1110111110111110100000111110111110111101101010100100011111101111101111101000001111101111101111011010000101110001 | efbe83efbdaa47efbe83efbda171 |
UHC | ??G??q | 001111110011111101000111001111110011111101110001 | 3f3f473f3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)