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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 葯縁讐h | 11100100110111101000100110001111100011110101000101101000 | e4de898f8f5168 |
EUC-JP | 葯縁讐h | 11101000111000001011000111101111101111011011001001101000 | e8e0b1efbdb268 |
UTF-8 | 葯縁讐h | 11101000100100011010111111100111101110001000000111101000101011101001000001101000 | e891afe7b881e8ae9068 |
UHC | 葯?讐h | 111001011011010100111111111000101100001001101000 | e5b53fe2c268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)