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 | 悉昇ホ | 11110000111101101000111010111011100011111011100011001110 | f0f68ebb8fb8ce |
EUC-JP | ?悉昇ホ | 00111111101111001011110110111110101110101000111011001110 | 3fbcbdbeba8ece |
UTF-8 | 悉昇ホ | 111011101000001010110101111001101000001010001001111001101001100010000111111011111011111010001110 | ee82b5e68289e69887efbe8e |
UHC | ?悉昇? | 001111111110001111111010111000111011000000111111 | 3fe3fae3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)