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 | 邀溘Ξ邯セ | 111001111011000110011111111000111000001110101100111001111011011010111110 | e7b19fe383ace7b6be |
EUC-JP | 邀溘Ξ邯セ | 11101110101100111101111011100101101001101010111011101110101110001000111010111110 | eeb3dee5a6aeeeb88ebe |
UTF-8 | 邀溘Ξ邯セ | 1110100110000010100000001110011010111010100110001100111010011110111010011000001010101111111011111011110110111110 | e98280e6ba98ce9ee982afefbdbe |
UHC | 邀?Ξ邯? | 1110100110101101001111111010010111001110110010101111101100111111 | e9ad3fa5cecafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)