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 | ???祭? | 001111110011111100111111100011011101010100111111 | 3f3f3f8dd53f |
EUC-JP | ?庾?祭? | 0011111110001111101111001100111000111111101110101101011100111111 | 3f8fbcce3fbad73f |
UTF-8 | 렳庾롅祭렳 | 111010111010000010110011111001011011101010111110111010111010000110000101111001111010010110101101111010111010000010110011 | eba0b3e5babeeba185e7a5adeba0b3 |
UHC | 렳庾롅祭렳 | 10001110110000001110101011101100100011101100101111110000101011101000111011000000 | 8ec0eaec8ecbf0ae8ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)