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 | 「闔コ蒔裔 | 11110000101100111010001011101000100011101011101010001110101010101110010111100001 | f0b3a2e88eba8eaae5e1 |
EUC-JP | ?「闔コ蒔裔 | 0011111110001110101000101110111111101110100011101011101010111100101011001110101011100011 | 3f8ea2efee8ebabcaceae3 |
UTF-8 | 「闔コ蒔裔 | 111011101000000110110010111011111011110110100010111010011001011110010100111011111011110110111010111010001001001010010100111010001010001110010100 | ee81b2efbda2e99794efbdbae89294e8a394 |
UHC | ??闔?蒔裔 | 001111110011111111111001111011110011111111100011110010001110011111100000 | 3f3ff9ef3fe3c8e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)