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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裝脛悲 | 111001011110010011100011111110001001010011011111 | e5e4e3f894df |
EUC-JP | 裝脛悲 | 111010101110011011100110111110101100100011100001 | eae6e6fac8e1 |
UTF-8 | 裝脛悲 | 111010001010001110011101111010001000010010011011111001101000001010110010 | e8a39de8849be682b2 |
UHC | 裝脛悲 | 111011011111101111001100111010111101110111101000 | edfbccebdde8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)