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 | ???游↓? | 0011111100111111001111111001111111100000100000011010101100111111 | 3f3f3f9fe081ab3f |
EUC-JP | 孼??游↓? | 10001111101110101100001100111111001111111101111011100010101000101010110100111111 | 8fbac33f3fdee2a2ad3f |
UTF-8 | 孼띠룇游↓춳 | 111001011010110110111100111010111001110110100000111010111010001110000111111001101011100010111000111000101000011010010011111011001011011010110011 | e5adbceb9da0eba387e6b8b8e28693ecb6b3 |
UHC | 孼띠룇游↓춳 | 111001011110110110110110111011001000111110000110111010101111110110100001111010011010110110001111 | e5edb6ec8f86eafda1e9ad8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)