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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?紗?? | 0011111110001110110100010011111100111111 | 3f8ed13f3f |
EUC-JP | 灝紗?駙 | 100011111100100110111111101111001101001100111111100011111110100110101001 | 8fc9bfbcd33f8fe9a9 |
UTF-8 | 灝紗렟駙 | 111001111000000110011101111001111011010010010111111010111010000010011111111010011010011110011001 | e7819de7b497eba09fe9a799 |
UHC | 灝紗렟駙 | 1111101111001110110111101110100110001110101100001101110110111111 | fbcedee98eb0ddbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)