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 | 渉・貶邪 | 10001111110000101010010111100110110010001000111011010111 | 8fc2a5e6c88ed7 |
EUC-JP | 渉・貶邪 | 1011111011000100100011101010010111101100110010101011110011011001 | bec48ea5eccabcd9 |
UTF-8 | 渉・貶邪 | 111001101011100010001001111011111011110110100101111010001011001010110110111010011000001010101010 | e6b889efbda5e8b2b6e982aa |
UHC | ??貶邪 | 001111110011111111111000101111111101111011110111 | 3f3ff8bfdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)