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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佇?肄? | 100110001100100000111111111000111110010100111111 | 98c83fe3e53f |
EUC-JP | 佇?肄? | 110100001100101000111111111001101110011100111111 | d0ca3fe6e73f |
UTF-8 | 佇렰肄쮜 | 111001001011110110000111111010111010000010110000111010001000001010000100111011001010111010011100 | e4bd87eba0b0e88284ecae9c |
UHC | 佇렰肄쮜 | 1110111010110111100011101011110111101100101111011100001011101000 | eeb78ebdecbdc2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)