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 | ??????IB | 0011111100111111001111110011111100111111001111110100100101000010 | 3f3f3f3f3f3f4942 |
SJIS-WIN | 汝?????IB | 100100111111000000111111001111110011111100111111001111110100100101000010 | 93f03f3f3f3f3f4942 |
EUC-JP | 汝?????IB | 110001101111001000111111001111110011111100111111001111110100100101000010 | c6f23f3f3f3f3f4942 |
UTF-8 | 汝뺣뙎溜곕젛IB | 1110011010110001100111011110101110111010101000111110101110011001100011101110111110100111100010111110101010110011100101011110110010100000100110110100100101000010 | e6b19debbaa3eb998eefa78beab395eca09b4942 |
UHC | 汝뺣뙎溜곕젛IB | 1110011010100011100101011110101110001100100100111110101011111110101100001110101110100000100101110100100101000010 | e6a395eb8c93eafeb0eba0974942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)