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 | ¼Å¼¨P | 1011110011000101101111001010100001010000 | bcc5bca850 |
SJIS-WIN | ???¨P | 001111110011111100111111100000010100111001010000 | 3f3f3f814e50 |
EUC-JP | ?Å?¨P | 0011111110001111101010101010100100111111101000011010111101010000 | 3f8faaa93fa1af50 |
UTF-8 | ¼Å¼¨P | 110000101011110011000011100001011100001010111100110000101010100001010000 | c2bcc385c2bcc2a850 |
UHC | ¼?¼¨P | 1010100011111001001111111010100011111001101000011010011101010000 | a8f93fa8f9a1a750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)