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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 蘓鰐n蘓鰐nB | 1110010101011110100110000110101101101110111001010101111010011000011010110110111001000010 | e55e986b6ee55e986b6e42 |
EUC-JP | 蘓鰐n蘓鰐nB | 1110100110111111110011111100110001101110111010011011111111001111110011000110111001000010 | e9bfcfcc6ee9bfcfcc6e42 |
UTF-8 | 蘓鰐n蘓鰐nB | 111010001001100010010011111010011011000010010000011011101110100010011000100100111110100110110000100100000110111001000010 | e89893e9b0906ee89893e9b0906e42 |
UHC | ?鰐n?鰐nB | 001111111110010011001010011011100011111111100100110010100110111001000010 | 3fe4ca6e3fe4ca6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)