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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 胯刻州鐔 | 1110001111110110100011011000111110001111010000101110100001011100 | e3f68d8f8f42e85c |
EUC-JP | 胯刻州鐔 | 1110011011111000101110011110111110111101101000111110111110111101 | e6f8b9efbda3efbd |
UTF-8 | 胯刻州鐔 | 111010001000001110101111111001011000100010111011111001011011011110011110111010011001000010010100 | e883afe588bbe5b79ee99094 |
UHC | ?刻州? | 001111111100101010111110111100011011011000111111 | 3fcabef1b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)