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 | 鬪ー遘倪亜 | 111010011010101010110000111001111010011110011000111000101000100010011111 | e9aab0e7a798e2889f |
EUC-JP | 鬪ー遘倪亜 | 11110010101011001000111010110000111011101010100111010000111001001011000010100001 | f2ac8eb0eea9d0e4b0a1 |
UTF-8 | 鬪ー遘倪亜 | 111010011010110010101010111011111011110110110000111010011000000110011000111001011000000010101010111001001011101010011100 | e9acaaefbdb0e98198e580aae4ba9c |
UHC | 鬪??倪? | 11110111111000110011111100111111111001111101001000111111 | f7e33f3fe7d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)