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 | 痔鈼式 | 11110001111000111000111010100100111110111100011010001110101011101111000010100011 | f1e38ea4fbc68eaef0a3 |
EUC-JP | ?痔鈼式? | 001111111011110010100110100011111110001111010110101111001011000000111111 | 3fbca68fe3d6bcb03f |
UTF-8 | 痔鈼式 | 111011101000010110011110111001111001011110010100111010011000100010111100111001011011110010001111111011101000000110100010 | ee859ee79794e988bce5bc8fee81a2 |
UHC | ?痔?式? | 00111111111101101100000000111111111000111101001000111111 | 3ff6c03fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)