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 | 瑜kⅲB | 11100000111011111000001010001011111110100100001001000010 | e0ef828bfa4242 |
EUC-JP | 瑜k?B | 111000001111000110100011111010110011111101000010 | e0f1a3eb3f42 |
UTF-8 | 瑜kⅲB | 11100111100100011001110011101111101111011000101111100010100001011011001001000010 | e7919cefbd8be285b242 |
UHC | 瑜kⅲB | 11101011101001011010001111101011101001011010001101000010 | eba5a3eba5a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)