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 | 寤μ?? | 100110111000100010000011110010100011111100111111 | 9b8883ca3f3f |
EUC-JP | 寤μ?? | 110101011110100010100110110011000011111100111111 | d5e8a6cc3f3f |
UTF-8 | 寤μ뜾杻 | 1110010110101111101001001100111010111100111010111001110010111110111011111010011110001000 | e5afa4cebceb9cbeefa788 |
UHC | 寤μ뜾杻 | 1110011111110101101001011110110010001101101110011110101011110100 | e7f5a5ec8db9eaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)