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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 押⑤?嚥?? | 100010011001111110000111010001000011111110011010100010110011111100111111 | 899f87443f9a8b3f3f |
EUC-JP | 押??嚥?? | 1011001010100001001111110011111111010011111010110011111100111111 | b2a13f3fd3eb3f3f |
UTF-8 | 押⑤젚嚥잙젿 | 111001101000101010111100111000101001000110100100111011001010000010011010111001011001101010100101111011001001111010011001111011001010000010111111 | e68abce291a4eca09ae59aa5ec9e99eca0bf |
UHC | 押⑤젚嚥잙젿 | 111001001110001110101000111010111010000010010110111001101011111110011111111010111010000010110001 | e4e3a8eba096e6bf9feba0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)