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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 腸?薔?宰? | 100100101011000000111111111001010100101100111111100011011100100100111111 | 92b03fe54b3f8dc93f |
EUC-JP | 腸?薔?宰? | 110001001011001000111111111010011010110000111111101110101100101100111111 | c4b23fe9ac3fbacb3f |
UTF-8 | 腸렪薔렧宰렗 | 111010001000010110111000111010111010000010101010111010001001011010010100111010111010000010100111111001011010111010110000111010111010000010010111 | e885b8eba0aae89694eba0a7e5aeb0eba097 |
UHC | 腸렪薔렧宰렗 | 111011011111001110001110101110001110110111111001100011101011011011101110101001011000111010101100 | edf38eb8edf98eb6eea58eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)