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 | 譽慕ュオ | 111001101010001110010101111001111010110110110101 | e6a395e7adb5 |
EUC-JP | 譽慕ュオ | 1110110010100101110010101110100110001110101011011000111010110101 | eca5cae98ead8eb5 |
UTF-8 | 譽慕ュオ | 111010001010110110111101111001101000010110010101111011111011110110101101111011111011110110110101 | e8adbde68595efbdadefbdb5 |
UHC | 譽慕?? | 111001111110001011011001101101110011111100111111 | e7e2d9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)