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 | 眤豬渙貅 | 1110000111000000111001101011010110011111110100001110011010111010 | e1c0e6b59fd0e6ba |
EUC-JP | 眤豬渙貅 | 1110001011000010111011001011011111011110110100101110110010111100 | e2c2ecb7ded2ecbc |
UTF-8 | 眤豬渙貅 | 111001111001110010100100111010001011000110101100111001101011100010011001111010001011001010000101 | e79ca4e8b1ace6b899e8b285 |
UHC | ??渙? | 0011111100111111111111001011100100111111 | 3f3ffcb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)