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 | 驟梧万魴ォ | 111010011000010110001100111001101001011010011100111010011011010110101011 | e9858ce6969ce9b5ab |
EUC-JP | 驟梧万魴ォ | 11110001111001011011100011101000110010111111110011110010101101111000111010101011 | f1e5b8e8cbfcf2b78eab |
UTF-8 | 驟梧万魴ォ | 111010011010100110011111111001101010001010100111111001001011100010000111111010011010110110110100111011111011110110101011 | e9a99fe6a2a7e4b887e9adb4efbdab |
UHC | 驟梧万?? | 1111011010101110111001111111110011011000101100100011111100111111 | f6aee7fcd8b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)