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 | 愉??弔 | 100101101111100100111111001111111001001010100010 | 96f93f3f92a2 |
EUC-JP | 愉??弔 | 110011001111101100111111001111111100010010100100 | ccfb3f3fc4a4 |
UTF-8 | 愉븀쑹弔 | 111001101000010010001001111010111011100010000000111011001001000110111001111001011011110010010100 | e68489ebb880ec91b9e5bc94 |
UHC | 愉븀쑹弔 | 1110101011110000101110101110011110111110101010111111000011000000 | eaf0bae7beabf0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)