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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 狸足探端 | 1001001001001011100100011010101110010010010101001001001001011011 | 924b91ab9254925b |
EUC-JP | 狸足探端 | 1100001110101100110000101010110111000011101101011100001110111100 | c3acc2adc3b5c3bc |
UTF-8 | 狸足探端 | 111001111000101110111000111010001011011010110011111001101000111010100010111001111010101110101111 | e78bb8e8b6b3e68ea2e7abaf |
UHC | 狸足探端 | 1101011111100001111100001110101111110111101011101101001110101110 | d7e1f0ebf7aed3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)