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 | 旋承旋羨 | 1001000011111001100011111011001110010000111110011001000101000001 | 90f98fb390f99141 |
EUC-JP | 旋承旋羨 | 1100000011111011101111101011010111000000111110111100000110100010 | c0fbbeb5c0fbc1a2 |
UTF-8 | 旋承旋羨 | 111001101001011110001011111001101000100110111111111001101001011110001011111001111011111010101000 | e6978be689bfe6978be7bea8 |
UHC | 旋承旋羨 | 1110000011000001111000111010111111100000110000011110000011001100 | e0c1e3afe0c1e0cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)