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 | 支?低? | 100011100111100000111111100100101110000100111111 | 8e783f92e13f |
EUC-JP | 支?低? | 101110111101100100111111110001001110001100111111 | bbd93fc4e33f |
UTF-8 | 支렜低렭 | 111001101001010010101111111010111010000010011100111001001011110110001110111010111010000010101101 | e694afeba09ce4bd8eeba0ad |
UHC | 支렜低렭 | 1111001010101000100011101010111011101110101110001000111010111010 | f2a88eaeeeb88eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)