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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 毫?ぞ | 1001111101111100001111111000001010111100 | 9f7c3f82bc |
EUC-JP | 毫?ぞ | 1101110111011101001111111010010010111110 | dddd3fa4be |
UTF-8 | 毫힐ぞ | 111001101010111110101011111011011001111010010000111000111000000110011110 | e6afabed9e90e3819e |
UHC | 毫힐ぞ | 111110111100011011001000111110101010101010111110 | fbc6c8faaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)