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 | 隱們さ繪ュ | 111010001010101010011000111011001000001010110011111000111000100110101101 | e8aa98ec82b3e389ad |
EUC-JP | 隱們さ繪ュ | 11110000101011001101000011101110101001001011010111100101111010011000111010101101 | f0acd0eea4b5e5e98ead |
UTF-8 | 隱們さ繪ュ | 111010011001101010110001111001011000000010010001111000111000000110010101111001111011100110101010111011111011110110101101 | e99ab1e58091e38195e7b9aaefbdad |
UHC | 隱們さ繪? | 111010111101111111011001111110101010101010110101111111001110101100111111 | ebdfd9faaab5fceb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)