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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | ルチヤコnB | 1111100111000010110110011100000111010100101110100110111001000010 | f9c2d9c1d4ba6e42 |
EUC-JP | ?ルチヤコnB | 0011111110001110110110011000111011000001100011101101010010001110101110100110111001000010 | 3f8ed98ec18ed48eba6e42 |
UTF-8 | ルチヤコnB | 1110111010011100100111011110111110111110100110011110111110111110100000011110111110111110100101001110111110111101101110100110111001000010 | ee9c9defbe99efbe81efbe94efbdba6e42 |
UHC | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)