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¥DG¥D^ | 1001001001000111100100011010010101000100100100100100011110010001101001010100010001011110 | 924791a544924791a5445e |
SJIS-WIN | ?G?¥D?G?¥D^ | 00111111010001110011111110000001100011110100010000111111010001110011111110000001100011110100010001011110 | 3f473f818f443f473f818f445e |
EUC-JP | ?G??D?G??D^ | 0011111101000111001111110011111101000100001111110100011100111111001111110100010001011110 | 3f473f3f443f473f3f445e |
UTF-8 | G¥DG¥D^ | 1100001010010010010001111100001010010001110000101010010101000100110000101001001001000111110000101001000111000010101001010100010001011110 | c29247c291c2a544c29247c291c2a5445e |
UHC | ?G??D?G??D^ | 0011111101000111001111110011111101000100001111110100011100111111001111110100010001011110 | 3f473f3f443f473f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)