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 | ?{S?}b | 001111110111101101010011001111110111110101100010 | 3f7b533f7d62 |
SJIS-WIN | ?{S?}b | 001111110111101101010011001111110111110101100010 | 3f7b533f7d62 |
EUC-JP | ?{S?}b | 001111110111101101010011001111110111110101100010 | 3f7b533f7d62 |
UTF-8 | 혺{S찼}b | 11101101100110001011101001111011010100111110110010110000101111000111110101100010 | ed98ba7b53ecb0bc7d62 |
UHC | 혺{S찼}b | 1100001010011111011110110101001111000011101000010111110101100010 | c29f7b53c3a17d62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)