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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邊、陦ー裙 | 1110011110110010101001001110100010100001101100001110010111100011 | e7b2a4e8a1b0e5e3 |
EUC-JP | 邊、陦ー裙 | 11101110101101001000111010100100111100001010001110001110101100001110101011100101 | eeb48ea4f0a38eb0eae5 |
UTF-8 | 邊、陦ー裙 | 111010011000001010001010111011111011110110100100111010011001100110100110111011111011110110110000111010001010001110011001 | e9828aefbda4e999a6efbdb0e8a399 |
UHC | 邊???裙 | 11011100101010110011111100111111001111111100111111011001 | dcab3f3f3fcfd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)