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 | 髏泌綾笏 | 1110100110010000100101001110010110001000101110111110001010010100 | e99094e588bbe294 |
EUC-JP | 髏泌綾笏 | 1111000111110000110010001110011110110000101111011110001111110100 | f1f0c8e7b0bde3f4 |
UTF-8 | 髏泌綾笏 | 111010011010101110001111111001101011001110001100111001111011011010111110111001111010110010001111 | e9ab8fe6b38ce7b6bee7ac8f |
UHC | ?泌綾笏 | 00111111111110011011001011010111110100111111101111101110 | 3ff9b2d7d3fbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)