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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??倭?燼^ | 0011111100111111100110000110000000111111111000001001111001011110 | 3f3f98603fe09e5e |
EUC-JP | 嚬?倭?燼^ | 10001111101101101110010000111111110011111100000100111111110111111111111001011110 | 8fb6e43fcfc13fdffe5e |
UTF-8 | 嚬뤵倭춳燼^ | 11100101100110101010110011101011101001001011010111100101100000001010110111101100101101101011001111100111100001111011110001011110 | e59aaceba4b5e580adecb6b3e787bc5e |
UHC | 嚬뤵倭춳燼^ | 1101111010101101100011111110001111101000110111101010110110001111111000111110100001011110 | dead8fe3e8dead8fe3e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)