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 | 裝脛悲? | 11100101111001001110001111111000100101001101111100111111 | e5e4e3f894df3f |
EUC-JP | 裝脛悲蔣 | 111010101110011011100110111110101100100011100001100011111101100110110110 | eae6e6fac8e18fd9b6 |
UTF-8 | 裝脛悲蔣 | 111010001010001110011101111010001000010010011011111001101000001010110010111010001001010010100011 | e8a39de8849be682b2e894a3 |
UHC | 裝脛悲蔣 | 1110110111111011110011001110101111011101111010001110110111111000 | edfbccebdde8edf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)