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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 猷???松 | 10010111010100010011111100111111001111111000111110111100 | 97513f3f3f8fbc |
EUC-JP | 猷???松 | 11001101101100100011111100111111001111111011111010111110 | cdb23f3f3fbebe |
UTF-8 | 猷띠퐪짚松 | 111001111000110010110111111010111001110110100000111011011001000010101010111011001010011110011010111001101001110110111110 | e78cb7eb9da0ed90aaeca79ae69dbe |
UHC | 猷띠퐪짚松 | 11101011101000111011011011101100101111011001001111000010101001001110000111100110 | eba3b6ecbd93c2a4e1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)