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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 猷λ%B | 10010111010100011000001111001001100000011001001101000010 | 975183c9819342 |
EUC-JP | 猷λ%B | 11001101101100101010011011001011101000011111001101000010 | cdb2a6cba1f342 |
UTF-8 | 猷λ%B | 111001111000110010110111110011101011101111101111101111001000010101000010 | e78cb7cebbefbc8542 |
UHC | 猷λ%B | 11101011101000111010010111101011101000111010010101000010 | eba3a5eba3a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)