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 | 1110000011110000111000001110100001101001111000001111000011100000111010000110100101000010 | e0f0e0e869e0f0e0e86942 |
EUC-JP | 瑩琲i瑩琲iB | 1110000011110010111000001110101001101001111000001111001011100000111010100110100101000010 | e0f2e0ea69e0f2e0ea6942 |
UTF-8 | 瑩琲i瑩琲iB | 111001111001000110101001111001111001000010110010011010011110011110010001101010011110011110010000101100100110100101000010 | e791a9e790b269e791a9e790b26942 |
UHC | 瑩?i瑩?iB | 111110111010100100111111011010011111101110101001001111110110100101000010 | fba93f69fba93f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)