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 | 呻??冶 | 100110011110111100111111001111111001011011101000 | 99ef3f3f96e8 |
EUC-JP | 呻??冶 | 110100101111000100111111001111111100110011101010 | d2f13f3fccea |
UTF-8 | 呻띹룲冶 | 111001011001000110111011111010111001110110111001111010111010001110110010111001011000011010110110 | e591bbeb9db9eba3b2e586b6 |
UHC | 呻띹룲冶 | 1110001111100010100011011110100010001111101001111110010110100111 | e3e28de88fa7e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)