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 | 庸??揖?ⅱ | 100101110110011000111111001111111001011101001011001111111111101001000001 | 97663f3f974b3ffa41 |
EUC-JP | 庸??揖?? | 1100110111000111001111110011111111001101101011000011111100111111 | cdc73f3fcdac3f3f |
UTF-8 | 庸뉗빘揖뜻ⅱ | 111001011011101010111000111010111000100110010111111010111011100110011000111001101000111110010110111010111001110010111011111000101000010110110001 | e5bab8eb8997ebb998e68f96eb9cbbe285b1 |
UHC | 庸뉗빘揖뜻ⅱ | 111010011011110010000111111011001001010110111001111010111110011110110110111001101010010110100010 | e9bc87ec95b9ebe7b6e6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)