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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将イ宵繽ェ | 10001111101010111011001010001111101010101110001110001111101010101111000111101101 | 8fabb28faae38faaf1ed |
EUC-JP | 将イ宵繽ェ? | 1011111010101101100011101011001010111110101011001110010111101111100011101010101000111111 | bead8eb2beace5ef8eaa3f |
UTF-8 | 将イ宵繽ェ | 111001011011000010000110111011111011110110110010111001011010111010110101111001111011100110111101111011111011110110101010111011101000010110101000 | e5b086efbdb2e5aeb5e7b9bdefbdaaee85a8 |
UHC | ??宵??? | 00111111001111111110000110110010001111110011111100111111 | 3f3fe1b23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)