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 | 佇?肄??。 | 100110001100100000111111111000111110010100111111001111111000000101000010 | 98c83fe3e53f3f8142 |
EUC-JP | 佇?肄??。 | 110100001100101000111111111001101110011100111111001111111010000110100011 | d0ca3fe6e73f3fa1a3 |
UTF-8 | 佇렰肄쮸렏。 | 111001001011110110000111111010111010000010110000111010001000001010000100111011001010111010111000111010111010000010001111111000111000000010000010 | e4bd87eba0b0e88284ecaeb8eba08fe38082 |
UHC | 佇렰肄쮸렏。 | 111011101011011110001110101111011110110010111101110000101110100110001110101001011010000110100011 | eeb78ebdecbdc2e98ea5a1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)