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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 辯臥㊨B | 11100111100001111000100111100111100001111000100101000010 | e78789e7878942 |
EUC-JP | 辯臥?B | 111011011110011110110010111010010011111101000010 | ede7b2e93f42 |
UTF-8 | 辯臥㊨B | 11101000101111101010111111101000100001111010010111100011100010101010100001000010 | e8beafe887a5e38aa842 |
UHC | 辯臥?B | 110111001010101011101000110000100011111101000010 | dcaae8c23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)