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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 堺幄鄕 | 100011011110010010011011111010001111101110111000 | 8de49be8fbb8 |
EUC-JP | 堺幄? | 1011101011100110110101101110101000111111 | bae6d6ea3f |
UTF-8 | 堺幄鄕 | 111001011010000010111010111001011011100110000100111010011000010010010101 | e5a0bae5b984e98495 |
UHC | 堺幄鄕 | 110011001111011111100100110000011111101011000001 | ccf7e4c1fac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)