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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鳫ァ゙鳫ァワ^ | 111010011110110110100111110111101110100111101101101001111101110001011110 | e9eda7dee9eda7dc5e |
EUC-JP | 鳫ァ゙鳫ァワ^ | 11110010111011111000111010100111100011101101111011110010111011111000111010100111100011101101110001011110 | f2ef8ea78edef2ef8ea78edc5e |
UTF-8 | 鳫ァ゙鳫ァワ^ | 11101001101100111010101111101111101111011010011111101111101111101001111011101001101100111010101111101111101111011010011111101111101111101001110001011110 | e9b3abefbda7efbe9ee9b3abefbda7efbe9c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)