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 | 譓錮。ン | 111110111010101111100111111111001010000111011101 | fbabe7fca1dd |
EUC-JP | 譓錮。ン | 100011111101111011001011111011101111111010001110101000011000111011011101 | 8fdecbeefe8ea18edd |
UTF-8 | 譓錮。ン | 111010001010110110010011111010011000110010101110111011111011110110100001111011111011111010011101 | e8ad93e98caeefbda1efbe9d |
UHC | ?錮?? | 0011111111001101110100010011111100111111 | 3fcdd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)