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 | C@Ká | 1001001001000011100100100100000010010010010010111110000110000110 | 92439240924be186 |
SJIS-WIN | ?C?@?K?? | 0011111101000011001111110100000000111111010010110011111100111111 | 3f433f403f4b3f3f |
EUC-JP | ?C?@?Ká? | 00111111010000110011111101000000001111110100101110001111101010111010000100111111 | 3f433f403f4b8faba13f |
UTF-8 | C@Ká | 11000010100100100100001111000010100100100100000011000010100100100100101111000011101000011100001010000110 | c29243c29240c2924bc3a1c286 |
UHC | ?C?@?K?? | 0011111101000011001111110100000000111111010010110011111100111111 | 3f433f403f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)