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 | ÂGdÂHÂG | 11000010100100100100011101100100110000101001001001001000110000101001001001000111 | c2924764c29248c29247 |
SJIS-WIN | ??Gd??H??G | 00111111001111110100011101100100001111110011111101001000001111110011111101000111 | 3f3f47643f3f483f3f47 |
EUC-JP | Â?GdÂ?HÂ?G | 10001111101010101010010000111111010001110110010010001111101010101010010000111111010010001000111110101010101001000011111101000111 | 8faaa43f47648faaa43f488faaa43f47 |
UTF-8 | ÂGdÂHÂG | 11000011100000101100001010010010010001110110010011000011100000101100001010010010010010001100001110000010110000101001001001000111 | c382c2924764c382c29248c382c29247 |
UHC | ??Gd??H??G | 00111111001111110100011101100100001111110011111101001000001111110011111101000111 | 3f3f47643f3f483f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)