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 | 雜呎攴粐 | 1110100010110110100110011110011010011101101110111110001011100010 | e8b699e69dbbe2e2 |
EUC-JP | 雜呎攴粐 | 1111000010111000110100101110100011011010101111011110010011100100 | f0b8d2e8dabde4e4 |
UTF-8 | 雜呎攴粐 | 111010011001101110011100111001011001000110001110111001101001010010110100111001111011001010010000 | e99b9ce5918ee694b4e7b290 |
UHC | 雜??? | 1110110111011010001111110011111100111111 | edda3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)