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 | 寤μ?徇 | 10011011100010001000001111001010001111111001110001101101 | 9b8883ca3f9c6d |
EUC-JP | 寤μ?徇 | 11010101111010001010011011001100001111111101011111001110 | d5e8a6cc3fd7ce |
UTF-8 | 寤μ띁徇 | 1110010110101111101001001100111010111100111010111001110110000001111001011011111010000111 | e5afa4cebceb9d81e5be87 |
UHC | 寤μ띁徇 | 1110011111110101101001011110110010001101101111001110001011011111 | e7f5a5ec8dbce2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)