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 | 精?址? | 100100001011100000111111100110101010110000111111 | 90b83f9aac3f |
EUC-JP | 精?址? | 110000001011101000111111110101001010111000111111 | c0ba3fd4ae3f |
UTF-8 | 精렫址동 | 111001111011001010111110111010111010000010101011111001011001110110000000111010111000111110011001 | e7b2beeba0abe59d80eb8f99 |
UHC | 精렫址동 | 1110111111110001100011101011100111110010101000111011010110111111 | eff18eb9f2a3b5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)