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 | 辣э従薨種繍 | 111001111000010110000100100011111000111101011101111001010100100110001110111011011000111101001010 | e785848f8f5de5498eed8f4a |
EUC-JP | 辣э従薨種繍 | 111011011110010110100111111011111011110110111110111010011010101010111100111011111011110110101011 | ede5a7efbdbee9aabcefbdab |
UTF-8 | 辣э従薨種繍 | 1110100010111110101000111101000110001101111001011011111010010011111010001001011010101000111001111010100010101110111001111011100110001101 | e8bea3d18de5be93e896a8e7a8aee7b98d |
UHC | 辣э?薨種? | 11010101101110001010110011101111001111111111110110111100111100001111101000111111 | d5b8acef3ffdbcf0fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)