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 | 缸???缸 | 11100011100111010011111100111111001111111110001110011101 | e39d3f3f3fe39d |
EUC-JP | 缸???缸 | 11100101111111010011111100111111001111111110010111111101 | e5fd3f3f3fe5fd |
UTF-8 | 缸멱렒렰缸 | 111001111011110010111000111010111010100110110001111010111010000010010010111010111010000010110000111001111011110010111000 | e7bcb8eba9b1eba092eba0b0e7bcb8 |
UHC | 缸멱렒렰缸 | 11111001111111001011100011101000100011101010011110001110101111011111100111111100 | f9fcb8e88ea78ebdf9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)