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 | ?釐∮? | 001111111110011111011000100001111001001100111111 | 3fe7d887933f |
EUC-JP | ?釐?? | 0011111111101110110110100011111100111111 | 3feeda3f3f |
UTF-8 | 룶釐∮▩ | 111010111010001110110110111010011000011110010000111000101000100010101110111000101001011010101001 | eba3b6e98790e288aee296a9 |
UHC | 룶釐∮▩ | 1000111110101011110101111110110110100010101100011010001011001100 | 8fabd7eda2b1a2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)