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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???餘??B | 0011111100111111001111111110100101010000001111110011111101000010 | 3f3f3fe9503f3f42 |
EUC-JP | ???餘??B | 0011111100111111001111111111000110110001001111110011111101000010 | 3f3f3ff1b13f3f42 |
UTF-8 | 念꼳돡餘뤾돡B | 11101111101001101010001111101010101111001011001111101011100011111010000111101001101001001001100011101011101001001011111011101011100011111010000101000010 | efa6a3eabcb3eb8fa1e9a498eba4beeb8fa142 |
UHC | 念꼳돡餘뤾돡B | 11100110111101101000010010001100100010011010011011100110101011101000111111101010100010011010011001000010 | e6f6848c89a6e6ae8fea89a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)