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 | ?淸?箱 | 001111111111101101000011001111111001010010100000 | 3ffb433f94a0 |
EUC-JP | ???箱 | 0011111100111111001111111100100010100010 | 3f3f3fc8a2 |
UTF-8 | 뤜淸첵箱 | 111010111010010010011100111001101011011110111000111011001011001010110101111001111010111010110001 | eba49ce6b7b8ecb2b5e7aeb1 |
UHC | 뤜淸첵箱 | 1000111111001011111101001110100011000011101111011101111111010101 | 8fcbf4e8c3bddfd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)