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 | 俉?/循 | 11111010011000010011111110000001010111101000111101111010 | fa613f815e8f7a |
EUC-JP | 俉?/循 | 1000111110110001101110110011111110100001101111111011110111011011 | 8fb1bb3fa1bfbddb |
UTF-8 | 俉쇘/循 | 111001001011111110001001111011001000011110011000111011111011110010001111111001011011111010101010 | e4bf89ec8798efbc8fe5beaa |
UHC | 俉쇘/循 | 1110011111101011101111001110011110100011101011111110001011100000 | e7ebbce7a3afe2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)