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 | 闔溽ィョ騾ア | 111010001000111010011111111001111010100010101110111010011000000010110001 | e88e9fe7a8aee980b1 |
EUC-JP | 闔溽ィョ騾ア | 111011111110111011011110111010011000111010101000100011101010111011110001111000001000111010110001 | efeedee98ea88eaef1e08eb1 |
UTF-8 | 闔溽ィョ騾ア | 111010011001011110010100111001101011101010111101111011111011110110101000111011111011110110101110111010011010100010111110111011111011110110110001 | e99794e6babdefbda8efbdaee9a8beefbdb1 |
UHC | 闔????? | 11111001111011110011111100111111001111110011111100111111 | f9ef3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)