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 | 螽幗潤籬 | 1110010110101000100110111110110010001111100000011110001011011111 | e5a89bec8f81e2df |
EUC-JP | 螽幗潤籬 | 1110101010101010110101101110111010111101111000011110010011100001 | eaaad6eebde1e4e1 |
UTF-8 | 螽幗潤籬 | 111010001001111010111101111001011011100110010111111001101011110110100100111001111011000110101100 | e89ebde5b997e6bda4e7b1ac |
UHC | ??潤籬 | 001111110011111111101011110010001101011111100110 | 3f3febc8d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)