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 | 澵ァ゙澵ァワ^ | 111110110100110010100111110111101111101101001100101001111101110001011110 | fb4ca7defb4ca7dc5e |
EUC-JP | 澵ァ゙澵ァワ^ | 100011111100100011111000100011101010011110001110110111101000111111001000111110001000111010100111100011101101110001011110 | 8fc8f88ea78ede8fc8f88ea78edc5e |
UTF-8 | 澵ァ゙澵ァワ^ | 11100110101111101011010111101111101111011010011111101111101111101001111011100110101111101011010111101111101111011010011111101111101111101001110001011110 | e6beb5efbda7efbe9ee6beb5efbda7efbe9c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)