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 | ハ闔ウ爾 | 1111001010101011110010101110100010001110101100111000111010100010 | f2abcae88eb38ea2 |
EUC-JP | ?ハ闔ウ爾 | 001111111000111011001010111011111110111010001110101100111011110010100100 | 3f8ecaefee8eb3bca4 |
UTF-8 | ハ闔ウ爾 | 111011101000011110100010111011111011111010001010111010011001011110010100111011111011110110110011111001111000100010111110 | ee87a2efbe8ae99794efbdb3e788be |
UHC | ??闔?爾 | 00111111001111111111100111101111001111111110110010110011 | 3f3ff9ef3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)