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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 渧雫澵セ魍 | 111110110100100010001110101101001111101101001100101111101110100110110001 | fb488eb4fb4cbee9b1 |
EUC-JP | 渧雫澵セ魍 | 100011111100011111101011101111001011011010001111110010001111100010001110101111101111001010110011 | 8fc7ebbcb68fc8f88ebef2b3 |
UTF-8 | 渧雫澵セ魍 | 111001101011100010100111111010011001101110101011111001101011111010110101111011111011110110111110111010011010110110001101 | e6b8a7e99babe6beb5efbdbee9ad8d |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)