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 | ÂGLhÂGL | 110000101001001001000111010011000110100011000010100100100100011101001100 | c292474c68c292474c |
SJIS-WIN | ??GLh??GL | 001111110011111101000111010011000110100000111111001111110100011101001100 | 3f3f474c683f3f474c |
EUC-JP | Â?GLhÂ?GL | 10001111101010101010010000111111010001110100110001101000100011111010101010100100001111110100011101001100 | 8faaa43f474c688faaa43f474c |
UTF-8 | ÂGLhÂGL | 11000011100000101100001010010010010001110100110001101000110000111000001011000010100100100100011101001100 | c382c292474c68c382c292474c |
UHC | ??GLh??GL | 001111110011111101000111010011000110100000111111001111110100011101001100 | 3f3f474c683f3f474c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)