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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?篩懿 | 0011111111100010101111111001110011110010 | 3fe2bf9cf2 |
EUC-JP | ?篩懿 | 0011111111100100110000011101100011110100 | 3fe4c1d8f4 |
UTF-8 | 젖篩懿 | 111011001010000010010110111001111010111110101001111001101000011110111111 | eca096e7afa9e687bf |
UHC | 젖篩懿 | 110000011010010111011110111010001110101111110011 | c1a5dee8ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)