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 | 危磨?黴 | 10001010111010111001011010000001001111111110101010000000 | 8aeb96813fea80 |
EUC-JP | 危磨?黴 | 10110100111011011100101111100001001111111111001111100000 | b4edcbe13ff3e0 |
UTF-8 | 危磨뤙黴 | 111001011000110110110001111001111010001110101000111010111010010010011001111010011011101110110100 | e58db1e7a3a8eba499e9bbb4 |
UHC | 危磨뤙黴 | 1110101011001011110110001010100010001111110010001101101010111101 | eacbd8a88fc8dabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)