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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驗ょ涵莠 | 1110100110000100100000101110010110011111101111001110010010111010 | e98482e59fbce4ba |
EUC-JP | 驗ょ涵莠 | 1111000111100100101001001110011111011110101111101110100010111100 | f1e4a4e7debee8bc |
UTF-8 | 驗ょ涵莠 | 111010011010100110010111111000111000001010000111111001101011011010110101111010001000111010100000 | e9a997e38287e6b6b5e88ea0 |
UHC | 驗ょ涵? | 11111010110100001010101011100111111110011110010000111111 | fad0aae7f9e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)