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 | ??俺畔? | 00111111001111111000100110110100100101001100100000111111 | 3f3f89b494c83f |
EUC-JP | ??俺畔? | 00111111001111111011001010110110110010001100101000111111 | 3f3fb2b6c8ca3f |
UTF-8 | 吏렚俺畔측 | 111011111010011110011110111010111010000010011010111001001011111110111010111001111001010110010100111011001011100010100001 | efa79eeba09ae4bfbae79594ecb8a1 |
UHC | 吏렚俺畔측 | 11101100101001111000111010101101111001011110111111011010111011011100001111111000 | eca78eade5efdaedc3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)