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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 也o?RE | 10010110111001111000001010001111001111110101001001000101 | 96e7828f3f5245 |
EUC-JP | 也o?RE | 11001100111010011010001111101111001111110101001001000101 | cce9a3ef3f5245 |
UTF-8 | 也o숴RE | 1110010010111001100111111110111110111101100011111110110010001000101101000101001001000101 | e4b99fefbd8fec88b45245 |
UHC | 也o숴RE | 1110010110100101101000111110111110111101101001000101001001000101 | e5a5a3efbda45245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)