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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 佺?薏? | 1000111110110000111110010011111110001111110110011101111000111111 | 8fb0f93f8fd9de3f |
UTF-8 | 佺렯薏淚 | 111001001011110110111010111010111010000010101111111010001001011010001111111011111010010110001101 | e4bdbaeba0afe8968fefa58d |
UHC | 佺렯薏淚 | 1110111011101101100011101011110011101011111110111101001011100111 | eeed8ebcebfbd2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)