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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄂絶旺 | 111001111011110110010000111000101000100110100000 | e7bd90e289a0 |
EUC-JP | 鄂絶旺 | 111011101011111111000000111001001011001010100010 | eebfc0e4b2a2 |
UTF-8 | 鄂絶旺 | 111010011000010010000010111001111011010110110110111001101001011110111010 | e98482e7b5b6e697ba |
UHC | 鄂絶旺 | 111001001100011111101111101111101110100011011010 | e4c7efbee8da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)