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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?Т識?Т?^ | 00111111100001000101001110001110101011110011111110000100010100110011111101011110 | 3f84538eaf3f84533f5e |
EUC-JP | ?Т識?Т?^ | 00111111101001111011010010111100101100010011111110100111101101000011111101011110 | 3fa7b4bcb13fa7b43f5e |
UTF-8 | 뤨Т識뤨Т篒^ | 1110101110100100101010001101000010100010111010001010110110011000111010111010010010101000110100001010001011100111101011111001001001011110 | eba4a8d0a2e8ad98eba4a8d0a2e7af925e |
UHC | 뤨Т識뤨Т篒^ | 10001111110101101010110010110100111000111101101110001111110101101010110010110100111000111101100101011110 | 8fd6acb4e3db8fd6acb4e3d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)