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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 奄??{d | 100010011000001000111111001111110111101101100100 | 89823f3f7b64 |
EUC-JP | 奄??{d | 101100011110001000111111001111110111101101100100 | b1e23f3f7b64 |
UTF-8 | 奄몃뺙{d | 1110010110100101100001001110101110101010100000111110101110111010100110010111101101100100 | e5a584ebaa83ebba997b64 |
UHC | 奄몃뺙{d | 1110010111110010101110001110101110111011101100110111101101100100 | e5f2b8ebbbb37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)