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 | Dº£G¢ | 10010010010001001001000110111010100100011010001110010010010001111001000110100010 | 924491ba91a3924791a2 |
SJIS-WIN | ?D???£?G?¢ | 001111110100010000111111001111110011111110000001100100100011111101000111001111111000000110010001 | 3f443f3f3f81923f473f8191 |
EUC-JP | ?D?º?£?G?¢ | 0011111101000100001111111000111110100010111010110011111110100001111100100011111101000111001111111010000111110001 | 3f443f8fa2eb3fa1f23f473fa1f1 |
UTF-8 | Dº£G¢ | 110000101001001001000100110000101001000111000010101110101100001010010001110000101010001111000010100100100100011111000010100100011100001010100010 | c29244c291c2bac291c2a3c29247c291c2a2 |
UHC | ?D?º???G?? | 0011111101000100001111111010100010101100001111110011111100111111010001110011111100111111 | 3f443fa8ac3f3f3f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)