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 | ???齎 | 0011111100111111001111111110011011011000 | 3f3f3fe6d8 |
EUC-JP | ???齎 | 0011111100111111001111111110110011011010 | 3f3f3fecda |
UTF-8 | 뤙콒댐齎 | 111010111010010010011001111011001011110110010010111010111000110010010000111010011011110110001110 | eba499ecbd92eb8c90e9bd8e |
UHC | 뤙콒댐齎 | 1000111111001000101100011000111010110100111011111110111010110010 | 8fc8b18eb4efeeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)