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 | 鉸漆レ | 11111011110011101000111010111101111100101011110111011010 | fbce8ebdf2bdda |
EUC-JP | 鉸漆?レ | 1000111111100011111100101011110010111111001111111000111011011010 | 8fe3f2bcbf3f8eda |
UTF-8 | 鉸漆レ | 111010011000100110111000111001101011110010000110111011101000011110110100111011111011111010011010 | e989b8e6bc86ee87b4efbe9a |
UHC | ?漆?? | 0011111111110110110101000011111100111111 | 3ff6d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)