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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逑ョ甯サ笘 | 1110011110010011101011101111101010101000101110111110001010011000 | e793aefaa8bbe298 |
EUC-JP | 逑ョ甯サ笘 | 1110110111110011100011101010111010001111110011011010101010001110101110111110001111111000 | edf38eae8fcdaa8ebbe3f8 |
UTF-8 | 逑ョ甯サ笘 | 111010011000000010010001111011111011110110101110111001111001010010101111111011111011110110111011111001111010110010011000 | e98091efbdaee794afefbdbbe7ac98 |
UHC | 逑???? | 110011111100011100111111001111110011111100111111 | cfc73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)