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 | 羞醐集芫 | 1110001110110101100011001110110110001111010101111110010010001011 | e3b58ced8f57e48b |
EUC-JP | 羞醐集芫 | 1110011010110111101110001110111110111101101110001110011111101011 | e6b7b8efbdb8e7eb |
UTF-8 | 羞醐集芫 | 111001111011111010011110111010011000011010010000111010011001101110000110111010001000101010101011 | e7be9ee98690e99b86e88aab |
UHC | 羞?集? | 111000101011101000111111111100111010001000111111 | e2ba3ff3a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)