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 | 褂阪盾矼 | 1110010111100110100011011110001110001111100000101110000111100011 | e5e68de38f82e1e3 |
EUC-JP | 褂阪盾矼 | 1110101011101000101110101110010110111101111000101110001011100101 | eae8bae5bde2e2e5 |
UTF-8 | 褂阪盾矼 | 111010001010010010000010111010011001100010101010111001111001101110111110111001111001111110111100 | e8a482e998aae79bbee79fbc |
UHC | ?阪盾? | 001111111111100010100001111000101110101000111111 | 3ff8a1e2ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)