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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 穩ル?溢?? | 111000100111001010000011100010110011111110001000111011000011111100111111 | e272838b3f88ec3f3f |
EUC-JP | 穩ル?溢?? | 111000111101001110100101111010110011111110110000111011100011111100111111 | e3d3a5eb3fb0ee3f3f |
UTF-8 | 穩ル뙋溢욄렔 | 111001111010100110101001111000111000001110101011111010111001100110001011111001101011101010100010111011001001101010000100111010111010000010010100 | e7a9a9e383abeb998be6baa2ec9a84eba094 |
UHC | 穩ル뙋溢욄렔 | 111010001011000110101011111010111000110010010000111011001110111010011110111001101000111010101001 | e8b1abeb8c90ecee9ee68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)