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 | ??助? | 0011111100111111100011111001010100111111 | 3f3f8f953f |
EUC-JP | ??助? | 0011111100111111101111011111010100111111 | 3f3fbdf53f |
UTF-8 | 卽렯助렑 | 111001011000110110111101111010111010000010101111111001011000101010101001111010111010000010010001 | e58dbdeba0afe58aa9eba091 |
UHC | 卽렯助렑 | 1111000111101101100011101011110011110000101111101000111010100110 | f1ed8ebcf0be8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)