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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 辯∫〟^ | 11100111100001111000000111100111100001111000000101011110 | e78781e787815e |
EUC-JP | 辯∫?^ | 111011011110011110100010111010010011111101011110 | ede7a2e93f5e |
UTF-8 | 辯∫〟^ | 11101000101111101010111111100010100010001010101111100011100000001001111101011110 | e8beafe288abe3809f5e |
UHC | 辯∫?^ | 110111001010101010100001111100100011111101011110 | dcaaa1f23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)