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 | 鬯倬亂霎樒キ | 1110100110101100100110001110100110011000101010101110100010111110100111101110011110110111 | e9ac98e998aae8be9ee7b7 |
EUC-JP | 鬯倬亂霎樒キ | 111100101010111011010000111010111101000010101100111100001100000011011100111010011000111010110111 | f2aed0ebd0acf0c0dce98eb7 |
UTF-8 | 鬯倬亂霎樒キ | 111010011010110010101111111001011000000010101100111001001011101010000010111010011001110010001110111001101010100010010010111011111011110110110111 | e9acafe580ace4ba82e99c8ee6a892efbdb7 |
UHC | ?倬亂??? | 0011111111110110111100001101010110101111001111110011111100111111 | 3ff6f0d5af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)