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 | ?m??? | 001111111000001010001101001111110011111100111111 | 3f828d3f3f3f |
EUC-JP | ?m??? | 001111111010001111101101001111110011111100111111 | 3fa3ed3f3f3f |
UTF-8 | 淋m슃吏앺 | 111011111010011110110101111011111011110110001101111011001000101010000011111011111010011110011110111011001001010110111010 | efa7b5efbd8dec8a83efa79eec95ba |
UHC | 淋m슃吏앺 | 11101100111110001010001111101101100110101001010111101100101001111001110111101101 | ecf8a3ed9a95eca79ded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)