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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?各[?各[^ | 001111111000101001100101010110110011111110001010011001010101101101011110 | 3f8a655b3f8a655b5e |
EUC-JP | ?各[?各[^ | 001111111011001111000110010110110011111110110011110001100101101101011110 | 3fb3c65b3fb3c65b5e |
UTF-8 | 뤐各[뤐各[^ | 111010111010010010010000111001011001000010000100010110111110101110100100100100001110010110010000100001000101101101011110 | eba490e590845beba490e590845b5e |
UHC | 뤐各[뤐各[^ | 1000111111000000110010101100000001011011100011111100000011001010110000000101101101011110 | 8fc0cac05b8fc0cac05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)