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 | ???佃? | 001111110011111100111111100100101100111100111111 | 3f3f3f92cf3f |
EUC-JP | ???佃? | 001111110011111100111111110001001101000100111111 | 3f3f3fc4d13f |
UTF-8 | 뤙굴빅佃횓 | 111010111010010010011001111010101011010110110100111010111011100110000101111001001011110110000011111011011001101010010011 | eba499eab5b4ebb985e4bd83ed9a93 |
UHC | 뤙굴빅佃횓 | 10001111110010001011000110111100101110101111001011101110111011001100001110001110 | 8fc8b1bcbaf2eeecc38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)