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 | 艪怨圭 | 111001001000001010001001100001011000110001011100 | e48289858c5c |
EUC-JP | 艪怨圭 | 111001111110001010110001111001011011011110111101 | e7e2b1e5b7bd |
UTF-8 | 艪怨圭 | 111010001000100110101010111001101000000010101000111001011001110010101101 | e889aae680a8e59cad |
UHC | ?怨圭 | 0011111111101010101100111101000010100100 | 3feab3d0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)