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 | ィャィセ | 1010100011111001101010011010110010101000111110011010000110111110 | a8f9a9aca8f9a1be |
EUC-JP | ィ?ャィ?セ | 10001110101010000011111110001110101011001000111010101000001111111000111010111110 | 8ea83f8eac8ea83f8ebe |
UTF-8 | ィャィセ | 111011111011110110101000111011101001110010000100111011111011110110101100111011111011110110101000111011101001101110111100111011111011110110111110 | efbda8ee9c84efbdacefbda8ee9bbcefbdbe |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)