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 | ?Ξ?1 | 001111111000001110101100001111111000001001010000 | 3f83ac3f8250 |
EUC-JP | ?Ξ?1 | 001111111010011010101110001111111010001110110001 | 3fa6ae3fa3b1 |
UTF-8 | 筽Ξ살1 | 1110011110101101101111011100111010011110111011001000001010110100111011111011110010010001 | e7adbdce9eec82b4efbc91 |
UHC | 筽Ξ살1 | 1110100010100100101001011100111010111011111011001010001110110001 | e8a4a5cebbeca3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)