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 | ???Wm | 0011111100111111001111110101011101101101 | 3f3f3f576d |
SJIS-WIN | ???Wm | 0011111100111111001111110101011101101101 | 3f3f3f576d |
EUC-JP | ???Wm | 0011111100111111001111110101011101101101 | 3f3f3f576d |
UTF-8 | 챘첨혘Wm | 1110110010110001100110001110110010110010101010001110110110011000100110000101011101101101 | ecb198ecb2a8ed9898576d |
UHC | 챘첨혘Wm | 1100001110101011110000111011011111000010100000110101011101101101 | c3abc3b7c283576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)