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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 星?????? | 1001000010101111001111110011111100111111001111110011111100111111 | 90af3f3f3f3f3f3f |
EUC-JP | 星?????? | 1100000010110001001111110011111100111111001111110011111100111111 | c0b13f3f3f3f3f3f |
UTF-8 | 星렯렮렯롊렯롈 | 111001101001100010011111111010111010000010101111111010111010000010101110111010111010000010101111111010111010000110001010111010111010000010101111111010111010000110001000 | e6989feba0afeba0aeeba0afeba18aeba0afeba188 |
UHC | 星렯렮렯롊렯롈 | 1110000011111000100011101011110010001110101110111000111010111100100011101101000010001110101111001000111011001110 | e0f88ebc8ebb8ebc8ed08ebc8ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)