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 | 訷夂沚陝 | 1111101110100100100110101110011110011111100011011110100010011111 | fba49ae79f8de89f |
EUC-JP | 訷夂沚陝 | 100011111101110111010100110101001110100111011101111011011111000010100001 | 8fddd4d4e9ddedf0a1 |
UTF-8 | 訷夂沚陝 | 111010001010100010110111111001011010010010000010111001101011001010011010111010011001100110011101 | e8a8b7e5a482e6b29ae9999d |
UHC | ??沚陝 | 001111110011111111110010101011111110000011101101 | 3f3ff2afe0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)