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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 擾??援ζ? | 100011111110111100111111001111111000100110000111100000111100010000111111 | 8fef3f3f898783c43f |
EUC-JP | 擾??援ζ? | 101111101111000100111111001111111011000111100111101001101100011000111111 | bef13f3fb1e7a6c63f |
UTF-8 | 擾우눤援ζ뉘 | 1110011010010011101111101110110010011010101100001110101110001000101001001110011010001111101101001100111010110110111010111000100110011000 | e693beec9ab0eb88a4e68fb4ceb6eb8998 |
UHC | 擾우눤援ζ뉘 | 111010001111011010111111111011001000011110111011111010101011010110100101111001101011010010110101 | e8f6bfec87bbeab5a5e6b4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)