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 | ?悼?? | 0011111110010011100010010011111100111111 | 3f93893f3f |
EUC-JP | ?悼?? | 0011111111000101111010010011111100111111 | 3fc5e93f3f |
UTF-8 | 룵悼푯룵 | 111010111010001110110101111001101000001010111100111011011001000110101111111010111010001110110101 | eba3b5e682bced91afeba3b5 |
UHC | 룵悼푯룵 | 1000111110101010110100111111101011000111101010011000111110101010 | 8faad3fac7a98faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)