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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 際??潘烈 | 1000110111011011001111110011111111100000010011101001011111110011 | 8ddb3f3fe04e97f3 |
EUC-JP | 際?珽潘烈 | 10111010110111010011111110001111110010111111111011011111101011111100111011110101 | badd3f8fcbfedfafcef5 |
UTF-8 | 際렑珽潘烈 | 111010011001101010011011111010111010000010010001111001111000111110111101111001101011110110011000111001111000001110001000 | e99a9beba091e78fbde6bd98e78388 |
UHC | 際렑珽潘烈 | 11110000101101111000111010100110111011111110101011011010111010111101011010101101 | f0b78ea6efeadaebd6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)