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 | 蠇糶遮汐 | 1111101110100001111000101111101010001110110101011000111010101100 | fba1e2fa8ed58eac |
EUC-JP | ?糶遮汐 | 00111111111001001111110010111100110101111011110010101110 | 3fe4fcbcd7bcae |
UTF-8 | 蠇糶遮汐 | 111010001010000010000111111001111011001110110110111010011000000110101110111001101011000110010000 | e8a087e7b3b6e981aee6b190 |
UHC | ??遮汐 | 001111110011111111110011101101001110000010110001 | 3f3ff3b4e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)