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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娼ヘ愰ー将ェ | 100011111010100111001101111110101100010110110000100011111010101110101010 | 8fa9cdfac5b08fabaa |
EUC-JP | 娼ヘ愰ー将ェ | 10111110101010111000111011001101100011111011111011001001100011101011000010111110101011011000111010101010 | beab8ecd8fbec98eb0bead8eaa |
UTF-8 | 娼ヘ愰ー将ェ | 111001011010100010111100111011111011111010001101111001101000010010110000111011111011110110110000111001011011000010000110111011111011110110101010 | e5a8bcefbe8de684b0efbdb0e5b086efbdaa |
UHC | 娼?愰??? | 1111001111011110001111111111110011001010001111110011111100111111 | f3de3ffcca3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)