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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???志? | 001111110011111100111111100011100111010100111111 | 3f3f3f8e753f |
EUC-JP | ???志? | 001111110011111100111111101110111101011000111111 | 3f3f3fbbd63f |
UTF-8 | 렋렋렋志렊 | 111010111010000010001011111010111010000010001011111010111010000010001011111001011011111110010111111010111010000010001010 | eba08beba08beba08be5bf97eba08a |
UHC | 렋렋렋志렊 | 10001110101000101000111010100010100011101010001011110010101001001000111010100001 | 8ea28ea28ea2f2a48ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)