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 | 迴守庶薰「 | 111001111000111110001110111001111000111110001110111110111001111010100010 | e78f8ee78f8efb9ea2 |
EUC-JP | 迴守庶?「 | 111011011110111110111100111010011011110111101110001111111000111010100010 | edefbce9bdee3f8ea2 |
UTF-8 | 迴守庶薰「 | 111010001011111110110100111001011010111010001000111001011011101010110110111010001001011010110000111011111011110110100010 | e8bfb4e5ae88e5bab6e896b0efbda2 |
UHC | ?守庶薰? | 0011111111100001111110101101111111101110111111011011100100111111 | 3fe1fadfeefdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)