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 | 闡朱ー | 1110100010010001100011101110100110110000 | e8918ee9b0 |
EUC-JP | 闡朱ー | 111011111111000110111100111010111000111010110000 | eff1bceb8eb0 |
UTF-8 | 闡朱ー | 111010011001011110100001111001101001110010110001111011111011110110110000 | e997a1e69cb1efbdb0 |
UHC | 闡朱? | 1111010011000101111100011011100100111111 | f4c5f1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)