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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螽幗遣 | 111001011010100010011011111011001000110010101101 | e5a89bec8cad |
EUC-JP | 螽幗遣 | 111010101010101011010110111011101011100010101111 | eaaad6eeb8af |
UTF-8 | 螽幗遣 | 111010001001111010111101111001011011100110010111111010011000000110100011 | e89ebde5b997e981a3 |
UHC | ??遣 | 00111111001111111100110010111010 | 3f3fccba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)