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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 繹?┫?ユ? | 111000111000100000111111100001001011001000111111100000111000011000111111 | e3883f84b23f83863f |
EUC-JP | 繹?┫?ユ? | 111001011110100000111111101010001011010000111111101001011110011000111111 | e5e83fa8b43fa5e63f |
UTF-8 | 繹욥┫略ユ텊 | 111001111011100110111001111011001001101010100101111000101001010010101011111011111010010110110110111000111000001110100110111011011000010110001010 | e7b9b9ec9aa5e294abefa5b6e383a6ed858a |
UHC | 繹욥┫略ユ텊 | 111001101011101010111111111010011010011010110100111001011011001010101011111001101011011010000111 | e6babfe9a6b4e5b2abe6b687 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)