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 | CAYCAbE | 1001001001000011100100100100000101011001100100100100001110010010010000010110001001000101 | 9243924159924392416245 |
SJIS-WIN | ?C?AY?C?AbE | 0011111101000011001111110100000101011001001111110100001100111111010000010110001001000101 | 3f433f41593f433f416245 |
EUC-JP | ?C?AY?C?AbE | 0011111101000011001111110100000101011001001111110100001100111111010000010110001001000101 | 3f433f41593f433f416245 |
UTF-8 | CAYCAbE | 110000101001001001000011110000101001001001000001010110011100001010010010010000111100001010010010010000010110001001000101 | c29243c2924159c29243c292416245 |
UHC | ?C?AY?C?AbE | 0011111101000011001111110100000101011001001111110100001100111111010000010110001001000101 | 3f433f41593f433f416245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)