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 | 迯剰≡迯 | 1110011110001101100011111110100010000001110111111110011110001101 | e78d8fe881dfe78d |
EUC-JP | 迯剰≡迯 | 1110110111101101101111101110101010100010111000011110110111101101 | ededbeeaa2e1eded |
UTF-8 | 迯剰≡迯 | 111010001011111110101111111001011000100110110000111000101000100110100001111010001011111110101111 | e8bfafe589b0e289a1e8bfaf |
UHC | ??≡? | 0011111100111111101000011101010100111111 | 3f3fa1d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)