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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ??ゅ?療h | 0011111100111111100000101110001100111111100101111100001101101000 | 3f3f82e33f97c368 |
EUC-JP | ??ゅ?療h | 0011111100111111101001001110010100111111110011101100010101101000 | 3f3fa4e53fcec568 |
UTF-8 | 룵퓦ゅ룶療h | 11101011101000111011010111101101100100111010011011100011100000101000010111101011101000111011011011100111100110011000001001101000 | eba3b5ed93a6e38285eba3b6e7998268 |
UHC | 룵퓦ゅ룶療h | 1000111110101010101111111000111110101010111001011000111110101011110101101111101101101000 | 8faabf8faae58fabd6fb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)