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 | OROoO]^ | 10010111010011110101001010010111010011110110111110010111010011110101110101011110 | 974f52974f6f974f5d5e |
SJIS-WIN | ?OR?Oo?O]^ | 00111111010011110101001000111111010011110110111100111111010011110101110101011110 | 3f4f523f4f6f3f4f5d5e |
EUC-JP | ?OR?Oo?O]^ | 00111111010011110101001000111111010011110110111100111111010011110101110101011110 | 3f4f523f4f6f3f4f5d5e |
UTF-8 | OROoO]^ | 11000010100101110100111101010010110000101001011101001111011011111100001010010111010011110101110101011110 | c2974f52c2974f6fc2974f5d5e |
UHC | ?OR?Oo?O]^ | 00111111010011110101001000111111010011110110111100111111010011110101110101011110 | 3f4f523f4f6f3f4f5d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)