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 | ??????l | 00111111001111110011111100111111001111110011111101101100 | 3f3f3f3f3f3f6c |
SJIS-WIN | 絶??億??l | 100100001110001000111111001111111000100110101101001111110011111101101100 | 90e23f3f89ad3f3f6c |
EUC-JP | 絶??億??l | 110000001110010000111111001111111011001010101111001111110011111101101100 | c0e43f3fb2af3f3f6c |
UTF-8 | 絶귡솿億울쉠l | 11100111101101011011011011101010101101111010000111101100100001101011111111100101100001001000010011101100100110101011100011101100100010011010000001101100 | e7b5b6eab7a1ec86bfe58484ec9ab8ec89a06c |
UHC | 絶귡솿億울쉠l | 11101111101111101000001011101001100110011011001111100101111000101011111111101111101111011010101001101100 | efbe82e999b3e5e2bfefbdaa6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)