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 | °ÈÒÙ | 10110000110010001101001011011001 | b0c8d2d9 |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ÈÒÙ | 1010000111101011100011111010101010110010100011111010101011010010100011111010101011100011 | a1eb8faab28faad28faae3 |
UTF-8 | °ÈÒÙ | 1100001010110000110000111000100011000011100100101100001110011001 | c2b0c388c392c399 |
UHC | °??? | 1010000111000110001111110011111100111111 | a1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)