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 | 殿?汀?媛 | 1001001101100001001111111001001011110011001111111001010101010001 | 93613f92f33f9551 |
EUC-JP | 殿?汀?媛 | 1100010111000010001111111100010011110101001111111100100110110010 | c5c23fc4f53fc9b2 |
UTF-8 | 殿렲汀렏媛 | 111001101010111010111111111010111010000010110010111001101011000110000000111010111010000010001111111001011010101010011011 | e6aebfeba0b2e6b180eba08fe5aa9b |
UHC | 殿렲汀렏媛 | 11101110111111001000111010111111111011111110001010001110101001011110101010110000 | eefc8ebfefe28ea5eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)