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 | 鞐セ諛茨ス | 1110100011011110101111101110011010000111100010001110111110111101 | e8debee68788efbd |
EUC-JP | 鞐セ諛茨ス | 11110000111000001000111010111110111010111110011110110000111100011000111010111101 | f0e08ebeebe7b0f18ebd |
UTF-8 | 鞐セ諛茨ス | 111010011001111010010000111011111011110110111110111010001010101110011011111010001000110010101000111011111011110110111101 | e99e90efbdbee8ab9be88ca8efbdbd |
UHC | ??諛茨? | 00111111001111111110101110110000111011011011110000111111 | 3f3febb0edbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)