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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 達臓達鱈e^ | 10010010010000101001000110011111100100100100001010010010010011000110010101011110 | 9242919f9242924c655e |
EUC-JP | 達臓達鱈e^ | 11000011101000111100001010100001110000111010001111000011101011010110010101011110 | c3a3c2a1c3a3c3ad655e |
UTF-8 | 達臓達鱈e^ | 1110100110000001100101001110100010000111100100111110100110000001100101001110100110110001100010000110010101011110 | e98194e88793e98194e9b188655e |
UHC | 達?達?e^ | 1101001110111001001111111101001110111001001111110110010101011110 | d3b93fd3b93f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)