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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?筍??? | 001111111110001010100001001111110011111100111111 | 3fe2a13f3f3f |
EUC-JP | ?筍??? | 001111111110010010100011001111110011111100111111 | 3fe4a33f3f3f |
UTF-8 | 뤚筍혧천렜 | 111010111010010010011010111001111010110110001101111011011001100010100111111011001011001010011100111010111010000010011100 | eba49ae7ad8ded98a7ecb29ceba09c |
UHC | 뤚筍혧천렜 | 10001111110010011110001011101100110000101000111111000011101101011000111010101110 | 8fc9e2ecc28fc3b58eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)