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 | G«²Hº | 10010010010001111001000110101011100100011011001010010010010010001001000110111010 | 924791ab91b2924891ba |
SJIS-WIN | ?G?????H?? | 00111111010001110011111100111111001111110011111100111111010010000011111100111111 | 3f473f3f3f3f3f483f3f |
EUC-JP | ?G?????H?º | 001111110100011100111111001111110011111100111111001111110100100000111111100011111010001011101011 | 3f473f3f3f3f3f483f8fa2eb |
UTF-8 | G«²Hº | 110000101001001001000111110000101001000111000010101010111100001010010001110000101011001011000010100100100100100011000010100100011100001010111010 | c29247c291c2abc291c2b2c29248c291c2ba |
UHC | ?G???²?H?º | 001111110100011100111111001111110011111110101001111101110011111101001000001111111010100010101100 | 3f473f3f3fa9f73f483fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)