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 | 100101110110001110000011110010010011111101000010 | 976383c93f42 |
EUC-JP | 幼λ?B | 110011011100010010100110110010110011111101000010 | cdc4a6cb3f42 |
UTF-8 | 幼λ섞B | 111001011011100110111100110011101011101111101100100001001001111001000010 | e5b9bccebbec849e42 |
UHC | 幼λ섞B | 11101010111010101010010111101011101111001010111101000010 | eaeaa5ebbcaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)