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 | 腸???? | 100100101011000000111111001111110011111100111111 | 92b03f3f3f3f |
EUC-JP | 腸???? | 110001001011001000111111001111110011111100111111 | c4b23f3f3f3f |
UTF-8 | 腸렑롈렣뤊 | 111010001000010110111000111010111010000010010001111010111010000110001000111010111010000010100011111010111010010010001010 | e885b8eba091eba188eba0a3eba48a |
UHC | 腸렑롈렣뤊 | 11101101111100111000111010100110100011101100111010001110101101001000111110111010 | edf38ea68ece8eb48fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)