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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ?宿i?宿iB | 001111111000111101101000011010010011111110001111011010000110100101000010 | 3f8f68693f8f686942 |
EUC-JP | ?宿i?宿iB | 001111111011110111001001011010010011111110111101110010010110100101000010 | 3fbdc9693fbdc96942 |
UTF-8 | 붣宿i붣宿iB | 111010111011011010100011111001011010111010111111011010011110101110110110101000111110010110101110101111110110100101000010 | ebb6a3e5aebf69ebb6a3e5aebf6942 |
UHC | 붣宿i붣宿iB | 1001010011010011111000101101011001101001100101001101001111100010110101100110100101000010 | 94d3e2d66994d3e2d66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)