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 | 偃??柚 | 100110001110111000111111001111111001011101001101 | 98ee3f3f974d |
EUC-JP | 偃??柚 | 110100001111000000111111001111111100110110101110 | d0f03f3fcdae |
UTF-8 | 偃쇰렦柚 | 111001011000000110000011111011001000011110110000111010111010000010100110111001101001111110011010 | e58183ec87b0eba0a6e69f9a |
UHC | 偃쇰렦柚 | 1110010111100111101111001110101110001110101101011110101011110110 | e5e7bceb8eb5eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)