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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??∮???? | 0011111100111111100001111001001100111111001111110011111100111111 | 3f3f87933f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 룶죴∮룶쾹㈛룶 | 111010111010001110110110111011001010001110110100111000101000100010101110111010111010001110110110111011001011111010111001111000111000100010011011111010111010001110110110 | eba3b6eca3b4e288aeeba3b6ecbeb9e3889beba3b6 |
UHC | 룶죴∮룶쾹㈛룶 | 1000111110101011101000011000111110100010101100011000111110101011101100101000111110101001110011001000111110101011 | 8faba18fa2b18fabb28fa9cc8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)