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 | 莨医圭莨 | 1110010010111100100010001110001110001100010111001110010010111100 | e4bc88e38c5ce4bc |
EUC-JP | 莨医圭莨 | 1110100010111110101100001110010110110111101111011110100010111110 | e8beb0e5b7bde8be |
UTF-8 | 莨医圭莨 | 111010001000111010101000111001011000110010111011111001011001110010101101111010001000111010101000 | e88ea8e58cbbe59cade88ea8 |
UHC | ??圭? | 0011111100111111110100001010010000111111 | 3f3fd0a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)