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 | ???田 | 0011111100111111001111111001001101100011 | 3f3f3f9363 |
EUC-JP | ???田 | 0011111100111111001111111100010111000100 | 3f3f3fc5c4 |
UTF-8 | 襤횻하田 | 111011111010010010100100111011011001101010111011111011011001010110011000111001111001010010110000 | efa4a4ed9abbed9598e794b0 |
UHC | 襤횻하田 | 1101000111111101110010001100001111000111110011111110111110100011 | d1fdc8c3c7cfefa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)