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 | 莨域梢莨 | 1110010010111100100010001110011010001111101111011110010010111100 | e4bc88e68fbde4bc |
EUC-JP | 莨域梢莨 | 1110100010111110101100001110100010111110101111111110100010111110 | e8beb0e8bebfe8be |
UTF-8 | 莨域梢莨 | 111010001000111010101000111001011001111110011111111001101010001010100010111010001000111010101000 | e88ea8e59f9fe6a2a2e88ea8 |
UHC | ?域梢? | 001111111110011010110100111101001111111000111111 | 3fe6b4f4fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)