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 | 寤μ?伊 | 10011011100010001000001111001010001111111000100011001001 | 9b8883ca3f88c9 |
EUC-JP | 寤μ?伊 | 11010101111010001010011011001100001111111011000011001011 | d5e8a6cc3fb0cb |
UTF-8 | 寤μ띁伊 | 1110010110101111101001001100111010111100111010111001110110000001111001001011110010001010 | e5afa4cebceb9d81e4bc8a |
UHC | 寤μ띁伊 | 1110011111110101101001011110110010001101101111001110110010100101 | e7f5a5ec8dbceca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)