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 | フ闔コ爾 | 1111000010110000110011001110100010001110101110101000111010100010 | f0b0cce88eba8ea2 |
EUC-JP | ?フ闔コ爾 | 001111111000111011001100111011111110111010001110101110101011110010100100 | 3f8eccefee8ebabca4 |
UTF-8 | フ闔コ爾 | 111011101000000110101111111011111011111010001100111010011001011110010100111011111011110110111010111001111000100010111110 | ee81afefbe8ce99794efbdbae788be |
UHC | ??闔?爾 | 00111111001111111111100111101111001111111110110010110011 | 3f3ff9ef3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)