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 | ????rB | 001111110011111100111111001111110111001001000010 | 3f3f3f3f7242 |
SJIS-WIN | 将」宵ムrB | 1000111110101011101000111000111110101010110100010111001001000010 | 8faba38faad17242 |
EUC-JP | 将」宵ムrB | 10111110101011011000111010100011101111101010110010001110110100010111001001000010 | bead8ea3beac8ed17242 |
UTF-8 | 将」宵ムrB | 1110010110110000100001101110111110111101101000111110010110101110101101011110111110111110100100010111001001000010 | e5b086efbda3e5aeb5efbe917242 |
UHC | ??宵?rB | 00111111001111111110000110110010001111110111001001000010 | 3f3fe1b23f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)