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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉙叱﨧叱 | 1111101111001000100011101011011011111011110100111000111010110110 | fbc88eb6fbd38eb6 |
EUC-JP | 鉙叱?叱 | 1000111111100011111000111011110010111000001111111011110010111000 | 8fe3e3bcb83fbcb8 |
UTF-8 | 鉙叱﨧叱 | 111010011000100110011001111001011000111110110001111011111010100010100111111001011000111110110001 | e98999e58fb1efa8a7e58fb1 |
UHC | ?叱?叱 | 001111111111001011101010001111111111001011101010 | 3ff2ea3ff2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)