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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??截圃岫B | 001111110011111110011101010000101001010111011110100110111010101101000010 | 3f3f9d4295de9bab42 |
EUC-JP | ??截圃岫B | 001111110011111111011001101000111100101011100000110101101010110101000010 | 3f3fd9a3cae0d6ad42 |
UTF-8 | 쁑뤋截圃岫B | 11101100100000011001000111101011101001001000101111100110100010001010101011100101100111001000001111100101101100101010101101000010 | ec8191eba48be688aae59c83e5b2ab42 |
UHC | 쁑뤋截圃岫B | 1011101111011001100011111011101111101111101110001111100011010101111000011111101101000010 | bbd98fbbefb8f8d5e1fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)