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 | 繹??甸ユ? | 111000111000100000111111001111111001100110110010100000111000011000111111 | e3883f3f99b283863f |
EUC-JP | 繹??甸ユ? | 111001011110100000111111001111111101001010110100101001011110011000111111 | e5e83f3fd2b4a5e63f |
UTF-8 | 繹먯옱甸ユ찄 | 111001111011100110111001111010111010100010101111111011001001100010110001111001111001010010111000111000111000001110100110111011001011000010000100 | e7b9b9eba8afec98b1e794b8e383a6ecb084 |
UHC | 繹먯옱甸ユ찄 | 111001101011101010010000111011001001111010101100111011111010010010101011111001101010100110001000 | e6ba90ec9eacefa4abe6a988 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)