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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疾汐隘 | 100011101011111010001110101011001110100010100101 | 8ebe8eace8a5 |
EUC-JP | 疾汐隘 | 101111001100000010111100101011101111000010100111 | bcc0bcaef0a7 |
UTF-8 | 疾汐隘 | 111001111001011010111110111001101011000110010000111010011001101010011000 | e796bee6b190e99a98 |
UHC | 疾汐隘 | 111100101111000011100000101100011110010011110110 | f2f0e0b1e4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)