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 | ¼¶ì | 1000111010111100100011101011011011101100 | 8ebc8eb6ec |
SJIS-WIN | ???¶? | 001111110011111100111111100000011111011100111111 | 3f3f3f81f73f |
EUC-JP | ???¶ì | 0011111100111111001111111010001011111001100011111010101111000000 | 3f3f3fa2f98fabc0 |
UTF-8 | ¼¶ì | 11000010100011101100001010111100110000101000111011000010101101101100001110101100 | c28ec2bcc28ec2b6c3ac |
UHC | ?¼?¶? | 00111111101010001111100100111111101000101101001000111111 | 3fa8f93fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)