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 | 釣???齋 | 10010010110111100011111100111111001111111110001001010110 | 92de3f3f3fe256 |
EUC-JP | 釣???齋 | 11000100111000000011111100111111001111111110001110110111 | c4e03f3f3fe3b7 |
UTF-8 | 釣며렠렊齋 | 111010011000011110100011111010111010100110110000111010111010000010100000111010111010000010001010111010011011110110001011 | e987a3eba9b0eba0a0eba08ae9bd8b |
UHC | 釣며렠렊齋 | 11110000111001011011100011100111100011101011000110001110101000011110111010110001 | f0e5b8e78eb18ea1eeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)