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 | 質鋕悉 | 1111000011000000100011101011111111111011110101001000111010111011 | f0c08ebffbd48ebb |
EUC-JP | ?質鋕悉 | 0011111110111100110000011000111111100100110000001011110010111101 | 3fbcc18fe4c0bcbd |
UTF-8 | 質鋕悉 | 111011101000000110111111111010001011001110101010111010011000101110010101111001101000001010001001 | ee81bfe8b3aae98b95e68289 |
UHC | ?質?悉 | 001111111111001011110101001111111110001111111010 | 3ff2f53fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)