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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セ諶オ而 | 1111001010101111101111101111101110101010101101011000111010100111 | f2afbefbaab58ea7 |
EUC-JP | ?セ諶オ而 | 00111111100011101011111010001111110111101011010110001110101101011011110010101001 | 3f8ebe8fdeb58eb5bca9 |
UTF-8 | セ諶オ而 | 111011101000011110100110111011111011110110111110111010001010101110110110111011111011110110110101111010001000000010001100 | ee87a6efbdbee8abb6efbdb5e8808c |
UHC | ??諶?而 | 00111111001111111110010010100110001111111110110010111011 | 3f3fe4a63fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)