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 | 沃??馭 | 100101111000000000111111001111111110100101100110 | 97803f3fe966 |
EUC-JP | 沃??馭 | 110011011110000000111111001111111111000111000111 | cde03f3ff1c7 |
UTF-8 | 沃겻퓘馭 | 111001101011001010000011111010101011001010111011111011011001001110011000111010011010011010101101 | e6b283eab2bbed9398e9a6ad |
UHC | 沃겻퓘馭 | 1110100010101010101100001110010010111111100000111110010111011111 | e8aab0e4bf83e5df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)