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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葹イ閾ェ鈞 | 1110010011011111101100101110100010000111101010101110011111100000 | e4dfb2e887aae7e0 |
EUC-JP | 葹イ閾ェ鈞 | 11101000111000011000111010110010111011111110011110001110101010101110111011100010 | e8e18eb2efe78eaaeee2 |
UTF-8 | 葹イ閾ェ鈞 | 111010001001000110111001111011111011110110110010111010011001011010111110111011111011110110101010111010011000100010011110 | e891b9efbdb2e996beefbdaae9889e |
UHC | ????鈞 | 001111110011111100111111001111111101000010110111 | 3f3f3f3fd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)