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 | 七漆 | 11110000101010101000111010110101111100001010111110001110101111011111000010100111 | f0aa8eb5f0af8ebdf0a7 |
EUC-JP | ?七?漆? | 00111111101111001011011100111111101111001011111100111111 | 3fbcb73fbcbf3f |
UTF-8 | 七漆 | 111011101000000110101001111001001011100010000011111011101000000110101110111001101011110010000110111011101000000110100110 | ee81a9e4b883ee81aee6bc86ee81a6 |
UHC | ?七?漆? | 00111111111101101101001000111111111101101101010000111111 | 3ff6d23ff6d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)