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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?釘楠B | 001111111001001101000010100100111110110101000010 | 3f934293ed42 |
EUC-JP | ?釘楠B | 001111111100010110100011110001101110111101000010 | 3fc5a3c6ef42 |
UTF-8 | 덫釘楠B | 11101011100011011010101111101001100001111001100011100110101001011010000001000010 | eb8dabe98798e6a5a042 |
UHC | 덫釘楠B | 10110101101000111110111111111001110100011111100001000010 | b5a3eff9d1f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)