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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 寘蒔寘蒔B | 111110101010100110001110101010101111101010101001100011101010101001000010 | faa98eaafaa98eaa42 |
| EUC-JP | 寘蒔寘蒔B | 1000111110111010111000011011110010101100100011111011101011100001101111001010110001000010 | 8fbae1bcac8fbae1bcac42 |
| UTF-8 | 寘蒔寘蒔B | 11100101101011111001100011101000100100101001010011100101101011111001100011101000100100101001010001000010 | e5af98e89294e5af98e8929442 |
| UHC | ?蒔?蒔B | 00111111111000111100100000111111111000111100100001000010 | 3fe3c83fe3c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)