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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?х?松わ? | 001111111000010010000111001111111000111110111100100000101110110100111111 | 3f84873f8fbc82ed3f |
EUC-JP | ?х?松わ? | 001111111010011111100111001111111011111010111110101001001110111100111111 | 3fa7e73fbebea4ef3f |
UTF-8 | 料х슘松わ풃 | 1110111110100110101111101101000110000101111011001000101010011000111001101001110110111110111000111000001010001111111011011001001010000011 | efa6bed185ec8a98e69dbee3828fed9283 |
UHC | 料х슘松わ풃 | 111010001111011110101100111001111011110110110111111000011110011010101010111011111011111010001011 | e8f7ace7bdb7e1e6aaefbe8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)