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 | CG¼K | 1001001001000011100100100100011110010001101111001001001001001011 | 9243924791bc924b |
SJIS-WIN | ?C?G???K | 0011111101000011001111110100011100111111001111110011111101001011 | 3f433f473f3f3f4b |
EUC-JP | ?C?G???K | 0011111101000011001111110100011100111111001111110011111101001011 | 3f433f473f3f3f4b |
UTF-8 | CG¼K | 11000010100100100100001111000010100100100100011111000010100100011100001010111100110000101001001001001011 | c29243c29247c291c2bcc2924b |
UHC | ?C?G?¼?K | 001111110100001100111111010001110011111110101000111110010011111101001011 | 3f433f473fa8f93f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)