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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | エ、頏エ、頏^ | 101101001010010011101000111100001011010010100100111010001111000001011110 | b4a4e8f0b4a4e8f05e |
EUC-JP | エ、頏エ、頏^ | 10001110101101001000111010100100111100001111001010001110101101001000111010100100111100001111001001011110 | 8eb48ea4f0f28eb48ea4f0f25e |
UTF-8 | エ、頏エ、頏^ | 11101111101111011011010011101111101111011010010011101001101000001000111111101111101111011011010011101111101111011010010011101001101000001000111101011110 | efbdb4efbda4e9a08fefbdb4efbda4e9a08f5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)