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 | ???鎰?/ | 0011111100111111001111111110100001001100001111111000000101011110 | 3f3f3fe84c3f815e |
EUC-JP | ???鎰?/ | 0011111100111111001111111110111110101101001111111010000110111111 | 3f3f3fefad3fa1bf |
UTF-8 | 蓮욋뫅鎰쎾/ | 111011111010011010011001111011001001101010001011111010111010101110000101111010011000111010110000111011001000111010111110111011111011110010001111 | efa699ec9a8bebab85e98eb0ec8ebeefbc8f |
UHC | 蓮욋뫅鎰쎾/ | 111001101110010110111111111000101001000110101000111011001111000010011011111001011010001110101111 | e6e5bfe291a8ecf09be5a3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)