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 | 讓滔長讓 | 1110011010101000100111111110101110010010101101111110011010101000 | e6a89feb92b7e6a8 |
EUC-JP | 讓滔長讓 | 1110110010101010110111101110110111000100101110011110110010101010 | ecaadeedc4b9ecaa |
UTF-8 | 讓滔長讓 | 111010001010111010010011111001101011101110010100111010011001010110110111111010001010111010010011 | e8ae93e6bb94e995b7e8ae93 |
UHC | 讓滔長讓 | 1110010111010011110101001010010111101101111111101110010111010011 | e5d3d4a5edfee5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)