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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セ尞ス邇ケ | 10111110111110101010101110111101111001111000111010111001 | befaabbde78eb9 |
EUC-JP | セ尞ス邇ケ | 1000111010111110100011111011101011101011100011101011110111101101111011101000111010111001 | 8ebe8fbaeb8ebdedee8eb9 |
UTF-8 | セ尞ス邇ケ | 111011111011110110111110111001011011000010011110111011111011110110111101111010011000001010000111111011111011110110111001 | efbdbee5b09eefbdbde98287efbdb9 |
UHC | ???邇? | 001111110011111100111111111011001100010000111111 | 3f3f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)