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 | 症??? | 1000111111000111001111110011111100111111 | 8fc73f3f3f |
EUC-JP | 症?薏? | 10111110110010010011111110001111110110011101111000111111 | bec93f8fd9de3f |
UTF-8 | 症렜薏렱 | 111001111001011110000111111010111010000010011100111010001001011010001111111010111010000010110001 | e79787eba09ce8968feba0b1 |
UHC | 症렜薏렱 | 1111000111111000100011101010111011101011111110111000111010111110 | f1f88eaeebfb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)