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 | 霄碕キ「奓 | 1110100010111010100011011110101010110111101000101111101010100000 | e8ba8deab7a2faa0 |
EUC-JP | 霄碕キ「奓 | 1111000010111100101110101110110010001110101101111000111010100010100011111011100011110101 | f0bcbaec8eb78ea28fb8f5 |
UTF-8 | 霄碕キ「奓 | 111010011001110010000100111001111010001010010101111011111011110110110111111011111011110110100010111001011010010110010011 | e99c84e7a295efbdb7efbda2e5a593 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)