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 | 腸?宸?? | 10010010101100000011111110011011100000100011111100111111 | 92b03f9b823f3f |
EUC-JP | 腸?宸?? | 11000100101100100011111111010101111000100011111100111111 | c4b23fd5e23f3f |
UTF-8 | 腸렑宸렊뤉 | 111010001000010110111000111010111010000010010001111001011010111010111000111010111010000010001010111010111010010010001001 | e885b8eba091e5aeb8eba08aeba489 |
UHC | 腸렑宸렊뤉 | 11101101111100111000111010100110111000111110010010001110101000011000111110111001 | edf38ea6e3e48ea18fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)