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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驕ョ閠沓 | 11101001100000011010111011101000100000001000110001000010 | e981aee8808c42 |
EUC-JP | 驕ョ閠沓 | 1111000111100001100011101010111011101111111000001011011110100011 | f1e18eaeefe0b7a3 |
UTF-8 | 驕ョ閠沓 | 111010011010100110010101111011111011110110101110111010011001011010100000111001101011001010010011 | e9a995efbdaee996a0e6b293 |
UHC | 驕??沓 | 110011101111011000111111001111111101001111001011 | cef63f3fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)