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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 「闔コ蒔 | 11110000101100111010001011101000100011101011101010001110101010101111000011100000 | f0b3a2e88eba8eaaf0e0 |
EUC-JP | ?「闔コ蒔? | 00111111100011101010001011101111111011101000111010111010101111001010110000111111 | 3f8ea2efee8ebabcac3f |
UTF-8 | 「闔コ蒔 | 111011101000000110110010111011111011110110100010111010011001011110010100111011111011110110111010111010001001001010010100111011101000001010011111 | ee81b2efbda2e99794efbdbae89294ee829f |
UHC | ??闔?蒔? | 0011111100111111111110011110111100111111111000111100100000111111 | 3f3ff9ef3fe3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)