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 | 淼夂泓淼 | 1111101101000101100110101110011110011111100101111111101101000101 | fb459ae79f97fb45 |
EUC-JP | 淼夂泓淼 | 10001111110001111110011011010100111010011101110111110111100011111100011111100110 | 8fc7e6d4e9ddf78fc7e6 |
UTF-8 | 淼夂泓淼 | 111001101011011110111100111001011010010010000010111001101011001110010011111001101011011110111100 | e6b7bce5a482e6b393e6b7bc |
UHC | ??泓? | 0011111100111111111110111111001000111111 | 3f3ffbf23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)