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 | 籥幣盻 | 111000101101111010010101101111001110000110111011 | e2de95bce1bb |
EUC-JP | 籥幣盻 | 111001001110000011001010101111101110001010111101 | e4e0cabee2bd |
UTF-8 | 籥幣盻 | 111001111011000110100101111001011011100110100011111001111001101110111011 | e7b1a5e5b9a3e79bbb |
UHC | ?幣? | 00111111111110001100011100111111 | 3ff8c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)