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 | 鮨冗ァ倪亜 | 111010011011110110001111111001111010011110011000111000101000100010011111 | e9bd8fe7a798e2889f |
EUC-JP | 鮨冗ァ倪亜 | 11110010101111111011111011101001100011101010011111010000111001001011000010100001 | f2bfbee98ea7d0e4b0a1 |
UTF-8 | 鮨冗ァ倪亜 | 111010011010111010101000111001011000011010010111111011111011110110100111111001011000000010101010111001001011101010011100 | e9aea8e58697efbda7e580aae4ba9c |
UHC | ?冗?倪? | 00111111111010011011011100111111111001111101001000111111 | 3fe9b73fe7d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)